Commits

Michael Dickens authored 2b15d0f4e8a
py-async_generator: add support for Py38
No tags

python/py-async_generator/Portfile

Modified
21 21
22 22 homepage https://github.com/python-trio/async_generator
23 23
24 24 distname ${python.rootname}-${version}
25 25 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/
26 26
27 27 checksums rmd160 fe289d7cfe8e1a343a678f4c6a649881bf3369f0 \
28 28 sha256 6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144 \
29 29 size 29870
30 30
31 -python.versions 35 36 37
31 +python.versions 35 36 37 38
32 32
33 33 if {${name} ne ${subport}} {
34 34 depends_build-append port:py${python.version}-setuptools
35 35
36 36 depends_test-append port:py${python.version}-pytest
37 37
38 38 test.run yes
39 39 test.cmd py.test-${python.branch}
40 40 test.target
41 41 test.env PYTHONPATH=${worksrcpath}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut