diff --git a/trunk/dports/python/py-decorator/Portfile b/trunk/dports/python/py-decorator/Portfile
a
|
b
|
|
6 | 6 | |
7 | 7 | name py-decorator |
8 | 8 | version 3.4.0 |
9 | | python.versions 25 26 27 |
10 | | python.default_version 27 |
11 | 9 | categories python |
12 | 10 | license BSD |
13 | 11 | maintainers gmail.com:larry.velazquez |
… |
… |
|
22 | 20 | checksums rmd160 57b014f5fb2a1750910364882d430a85f94a8b85 \ |
23 | 21 | sha256 c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783 |
24 | 22 | |
25 | | livecheck.type regex |
26 | | livecheck.regex {decorator/(\d+(?:\.\d+)*)<} |
| 23 | python.versions 25 26 27 31 32 33 |
| 24 | python.default_version 27 |
| 25 | |
| 26 | if {${subport} != ${name}} { |
| 27 | if {${python.version} >= 31 } { |
| 28 | depends_build-append port:py${python.version}-distribute |
| 29 | } |
| 30 | livecheck.type none |
| 31 | } else { |
| 32 | livecheck.type regex |
| 33 | livecheck.regex {decorator/(\d+(?:\.\d+)*)<} |
| 34 | } |