Commits
Renee Otten authored and Kurt Hindenburg committed 08b31e0ec6b
20 20 | long_description ${description} |
21 21 | |
22 22 | homepage https://pypi.python.org/pypi/${_name} |
23 23 | |
24 24 | distname ${_name}-${version} |
25 25 | master_sites pypi:${_n}/${_name}/ |
26 26 | |
27 27 | checksums rmd160 a0df4f8d27f457b929f91c870961afcf50f51c9f \ |
28 28 | sha256 dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f |
29 29 | |
30 - | python.versions 27 34 35 36 37 |
30 + | python.versions 27 34 35 36 37 38 |
31 31 | |
32 32 | if {${name} ne ${subport}} { |
33 33 | depends_build-append port:py${python.version}-setuptools |
34 34 | |
35 35 | test.run yes |
36 36 | test.cmd ${python.bin} |
37 37 | test.target test_mccabe.py |
38 38 | |
39 39 | if {${test.run}} { |
40 40 | depends_build-append port:py${python.version}-pytest |