Commits
reneeotten authored and Perry E. Metzger committed 84d010fbf60
12 12 | description Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4 |
13 13 | long_description ${description} |
14 14 | homepage https://pypi.python.org/pypi/enum34 |
15 15 | master_sites pypi:e/enum34 |
16 16 | distname enum34-${version} |
17 17 | |
18 18 | checksums rmd160 b6bf8846921ddbbd4c1a70de69e9036f0a41a9b4 \ |
19 19 | sha256 8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1 |
20 20 | |
21 21 | # works in 24 25 26 27 31 32 33 |
22 - | python.versions 26 27 33 |
22 + | python.versions 27 |
23 23 | |
24 24 | if {${name} ne ${subport}} { |
25 25 | depends_build-append \ |
26 26 | port:py${python.version}-setuptools |
27 27 | livecheck.type none |
28 28 | } else { |
29 29 | livecheck.type regex |
30 30 | livecheck.url ${homepage} |
31 31 | livecheck.regex {enum34 (\d+(?:\.\d+)*)} |
32 32 | } |