Commits
Perry E. Metzger authored aa3a7e3b752
20 20 | |
21 21 | homepage http://pybtex.sourceforge.net/ |
22 22 | master_sites pypi:p/pybtex/ |
23 23 | distname pybtex-${version} |
24 24 | checksums md5 e7b320b2bcb34c664c4385533a2ea831 \ |
25 25 | sha1 c8387343b8a8203316b73a0a3bac3a3dfe45dad5 \ |
26 26 | rmd160 df7b5504fbeaabbd748801ee9917d2138b62a6a6 \ |
27 27 | sha256 af8a6c7c74954ad305553b118d2757f68bc77c5dd5d5de2cc1fd16db90046000 \ |
28 28 | size 364772 |
29 29 | |
30 - | python.versions 26 27 |
30 + | python.versions 26 27 36 37 |
31 31 | |
32 32 | if {${name} ne ${subport}} { |
33 33 | depends_lib port:py${python.version}-elementtree \ |
34 34 | port:py${python.version}-parsing \ |
35 35 | port:py${python.version}-setuptools \ |
36 36 | port:py${python.version}-yaml |
37 37 | |
38 38 | test.run yes |
39 39 | test.cmd ${python.bin} setup.py |
40 40 | test.env PYTHONPATH=${worksrcpath}/build/lib |