# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-aiofiles
version             25.1.0
revision            0

supported_archs     noarch
platforms           {darwin any}
license             Apache-2
maintainers         {judaew @judaew} openmaintainer

description         File support for asyncio.
long_description    {*}${description}

homepage            https://github.com/Tinche/aiofiles

checksums           rmd160  e43b0177b3d5adf6db7346833a9088eaeff54e12 \
                    sha256  a8d728f0a29de45dc521f18f07297428d56992a742f0cd2701ba86e44d23d5b2 \
                    size    46354



python.versions     310 311 312 313
python.pep517_backend hatch

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-hatch-vcs
}
