Ticket #22365: py25-py.diff

File py25-py.diff, 1.2 KB (added by ludwig@…, 14 years ago)

update py25-py to upstream version 1.0.2

  • Portfile

    diff -u py25-py.orig/Portfile py25-py/Portfile
    old new  
    44PortGroup         python25 1.0
    55
    66name              py25-py
    7 version           0.9.2
     7version           1.0.2
    88categories        python
    99platforms         darwin
    1010maintainers       akitada openmaintainer
     
    1414                  and svn abstractions.
    1515homepage          http://codespeak.net/py
    1616master_sites      http://pypi.python.org/packages/source/p/py/
    17 checksums         md5     2c996d78867f6ad64dc5aabf1185aaf7 \
    18                   sha1    5aac263571711b8d90e854fd62533e18ff8c8a21 \
    19                   rmd160  09da693d07726b28c499d3b44c9b4b411e413842
     17checksums         md5     4d2e9878b0113159fae2f3ed0cfc081d \
     18                  sha1    04b0acc6739b94e7b65434f1e06fbc4a5f7d5589 \
     19                  rmd160  53ea535a0a6aafeb78c795af444ba4ebc8ca363b
    2020distname          py-${version}
    2121
     22depends_lib       port:python25
     23depends_build     port:py25-setuptools
     24
    2225post-destroot {
    2326    foreach f [glob -directory ${destroot}${prefix}/bin *] {
    2427        file rename $f [regsub {(.*?)(\.py)?$} $f {\12.5\2}]