# -*- 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.9 categories-append devel platforms darwin supported_archs noarch license MIT Apache-2 maintainers {yan12125 @yan12125} openmaintainer 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 distname ${python.rootname}-${version} master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/ checksums md5 a0a4922839f6309135e4122975ed4a96 \ rmd160 f913f1edd73207c46f3bf4638dbd764175bfdd0c \ sha256 b7d5465c6174fe86dba498ececb175f93a6097ffb7cc91946405e1f05b848371 \ size 15711 python.versions 35 36 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools test.run yes test.cmd py.test-${python.branch} test.target test.env PYTHONPATH=${worksrcpath} livecheck.type none } else { livecheck.type pypi }