# -*- 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             0.6.0
platforms           darwin
license             Apache-2
maintainers         nomaintainer

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

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

checksums           rmd160  852d3ae36105cb08d4b2ed3009f07b40e035c0e5 \
                    sha256  e0281b157d3d5d59d803e3f4557dcc9a3dff28a4dd4829a9ff478adae50ca092 \
                    size    11841

python.versions     37 38 39

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools
}
