Files
2026-02-26 13:10:12 -05:00

31 lines
972 B
Tcl

# -*- 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.6.0
revision 0
categories-append devel
license BSD
supported_archs noarch
platforms {darwin any}
python.versions 310 311 312 313 314
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 c86ce93c8380bdb1f7fc56620357150bb5564465 \
sha256 6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe \
size 7418
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
}