# -*- 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
description A library making it easy to write async iterators in Python 3.5
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
distname ${python.rootname}-${version}
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/
checksums rmd160 fe289d7cfe8e1a343a678f4c6a649881bf3369f0 \
sha256 6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144 \
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_test-append port:py${python.version}-pytest
test.cmd py.test-${python.branch}
test.env PYTHONPATH=${worksrcpath}