# -*- 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-aioftp
version             0.18.1
revision            0
categories-append   net
license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         ftp client/server for asyncio
long_description    {*}${description}
platforms           darwin
homepage            https://github.com/aio-libs/aioftp

python.versions     37 38 39

checksums           rmd160  72e901bf0b15f9853da384673d3af6c186b559d2 \
                    sha256  b5a412c748722dd679c4c2e30dd40d70a7c8879636f6eb4489fdbca72965b125 \
                    size    49396

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

    livecheck.type  none
}
