diff --git a/trunk/dports/python/py-pytools/Portfile b/trunk/dports/python/py-pytools/Portfile
a
|
b
|
|
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-pytools |
8 | | version 2011.5 |
| 8 | version 2012.1 |
9 | 9 | platforms darwin |
10 | 10 | maintainers gmail.com:larry.velazquez openmaintainer |
11 | 11 | license MIT |
… |
… |
|
18 | 18 | distname ${real_name}-${version} |
19 | 19 | master_sites http://pypi.python.org/packages/source/p/${real_name} |
20 | 20 | |
21 | | checksums rmd160 31250206a2026646dd293c888bf356307c90799c \ |
22 | | sha256 0727353bc9bb2b1386505f85b43be97efeba4829327e09146a918b404d24057c |
| 21 | checksums rmd160 e12e28d2f83571eb7f150c5f70e818e902363b76 \ |
| 22 | sha256 4738e5c8b3b5e3f03a392f12abb157053e3134fd777752eea334c496bf485136 |
23 | 23 | |
24 | 24 | python.versions 26 27 |
25 | 25 | python.default_version 27 |
26 | 26 | |
27 | 27 | if {${subport} != ${name}} { |
28 | 28 | depends_build-append port:py${python.version}-distribute |
| 29 | depends_lib-append port:py${python.version}-decorator |
29 | 30 | livecheck.type none |
30 | 31 | } else { |
31 | 32 | livecheck.type regex |