# -*- 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-txaio
version             20.4.1
revision            0
checksums           rmd160  e85d0120a2321ac56486662f78598a366b730752 \
                    sha256  17938f2bca4a9cabce61346758e482ca4e600160cbc28e861493eac74a19539d \
                    size    52580

maintainers         nomaintainer
license             MIT
platforms           darwin
supported_archs     noarch
description         Compatibility API between asyncio/Twisted/Trollius
long_description    txaio is a helper library for writing code that runs \
                    unmodified on both Twisted and asyncio / Trollius.

homepage            https://github.com/crossbario/txaio
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

python.versions     36 37 38 39

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

    depends_lib-append \
                    port:py${python.version}-six

    livecheck.type  none
}
