# -*- 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-nest_asyncio
version             1.5.1
revision            0
categories-append   devel
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Library that allows nested use of event loops.
long_description    ${description}

homepage            https://github.com/erdewit/nest_asyncio

checksums           rmd160  9efe6f3ae69eb9e6c3214405d050691f2c9ae492 \
                    sha256  afc5a1c515210a23c461932765691ad39e8eba6551c055ac8d5546e69250d0aa \
                    size    5738

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

    livecheck.type      none
}
