Files
macports-ports/python/py-async_generator/Portfile
T
2026-04-05 21:34:51 -04:00

34 lines
1.1 KiB
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-async_generator
version 1.10
revision 0
categories-append devel
supported_archs noarch
platforms {darwin any}
license MIT Apache-2
maintainers nomaintainer
description A library making it easy to write async iterators in Python 3.5
long_description \
Python 3.6 added async generators. Python 3.7 adds some more tools to make \
them usable, like contextlib.asynccontextmanager. This library gives you \
all that back to Python 3.5.
homepage https://github.com/python-trio/async_generator
checksums rmd160 fe289d7cfe8e1a343a678f4c6a649881bf3369f0 \
sha256 6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144 \
size 29870
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
test.run yes
}