diff -u py-py.orig/Portfile py-py/Portfile
old
|
new
|
|
4 | 4 | PortGroup python24 1.0 |
5 | 5 | |
6 | 6 | name py-py |
7 | | version 0.9.2 |
| 7 | version 1.0.2 |
8 | 8 | categories python |
9 | 9 | platforms darwin |
10 | 10 | maintainers akitada openmaintainer |
… |
… |
|
14 | 14 | and svn abstractions. |
15 | 15 | homepage http://codespeak.net/py |
16 | 16 | master_sites http://pypi.python.org/packages/source/p/py/ |
17 | | checksums md5 2c996d78867f6ad64dc5aabf1185aaf7 \ |
18 | | sha1 5aac263571711b8d90e854fd62533e18ff8c8a21 \ |
19 | | rmd160 09da693d07726b28c499d3b44c9b4b411e413842 |
| 17 | checksums md5 4d2e9878b0113159fae2f3ed0cfc081d \ |
| 18 | sha1 04b0acc6739b94e7b65434f1e06fbc4a5f7d5589 \ |
| 19 | rmd160 53ea535a0a6aafeb78c795af444ba4ebc8ca363b |
20 | 20 | distname py-${version} |
21 | 21 | |
| 22 | depends_lib port:python24 |
| 23 | depends_build port:py-setuptools |
| 24 | |
22 | 25 | post-destroot { |
23 | 26 | foreach f [glob -directory ${destroot}${prefix}/bin *] { |
24 | 27 | file rename $f [regsub {(.*?)(\.py)?$} $f {\12.4\2}] |