Ticket #14356: py.diff

File py.diff, 3.9 KB (added by ebgssth@…, 16 years ago)

py 0.9.0

  • py-py/Portfile

     
     1# $Id$
     2
     3PortSystem        1.0
     4PortGroup         python24 1.0
     5
     6name              py-py
     7version           0.9.0
     8categories        python
     9platforms         darwin
     10maintainers       nomaintainer
     11description       py lib: agile development and test support library
     12long_description  the py lib is a development support library featuring \
     13                  py.test, ad-hoc distributed execution, micro-threads \
     14                  and svn abstractions.
     15homepage          http://codespeak.net/py
     16master_sites      http://codespeak.net/download/py/
     17checksums         md5 adecd7befdfa431341c8e09e0bc94ca3 \
     18                  sha1 c39c06ee59175639160132da9e5c02d75dab2035 \
     19                  rmd160 31d8c3e90ab15a665050d95e290b744ef86cc4d7
     20distname          py-${version}
     21
     22post-destroot {
     23    file rename ${destroot}${prefix}/bin/_docgen.py \
     24         ${destroot}${prefix}/bin/_docgen2.4.py   
     25    file rename ${destroot}${prefix}/bin/_findpy.py \
     26         ${destroot}${prefix}/bin/_findpy2.4.py
     27    file rename ${destroot}${prefix}/bin/_makepyrelease.py \
     28         ${destroot}${prefix}/bin/_makepyrelease2.4.py
     29    file rename ${destroot}${prefix}/bin/_update_website.py \
     30         ${destroot}${prefix}/bin/_update_website2.4.py
     31    file rename ${destroot}${prefix}/bin/py.cleanup \
     32         ${destroot}${prefix}/bin/py.cleanup2.4
     33    file rename ${destroot}${prefix}/bin/py.countloc \
     34         ${destroot}${prefix}/bin/py.countloc2.4
     35    file rename ${destroot}${prefix}/bin/py.lookup \
     36         ${destroot}${prefix}/bin/py.lookup2.4
     37    file rename ${destroot}${prefix}/bin/py.rest \
     38         ${destroot}${prefix}/bin/py.rest2.4
     39    file rename ${destroot}${prefix}/bin/py.test \
     40         ${destroot}${prefix}/bin/py.test2.4
     41    file rename ${destroot}${prefix}/bin/pytest.cmd \
     42         ${destroot}${prefix}/bin/pytest.cmd2.4
     43}
  • py25-py/Portfile

     
     1# $Id$
     2
     3PortSystem        1.0
     4PortGroup         python25 1.0
     5
     6name              py-py
     7version           0.9.0
     8categories        python
     9platforms         darwin
     10maintainers       nomaintainer
     11description       py lib: agile development and test support library
     12long_description  the py lib is a development support library featuring \
     13                  py.test, ad-hoc distributed execution, micro-threads \
     14                  and svn abstractions.
     15homepage          http://codespeak.net/py
     16master_sites      http://codespeak.net/download/py/
     17checksums         md5 adecd7befdfa431341c8e09e0bc94ca3 \
     18                  sha1 c39c06ee59175639160132da9e5c02d75dab2035 \
     19                  rmd160 31d8c3e90ab15a665050d95e290b744ef86cc4d7
     20distname          py-${version}
     21
     22post-destroot {
     23    file rename ${destroot}${prefix}/bin/_docgen.py \
     24         ${destroot}${prefix}/bin/_docgen2.5.py   
     25    file rename ${destroot}${prefix}/bin/_findpy.py \
     26         ${destroot}${prefix}/bin/_findpy2.5.py
     27    file rename ${destroot}${prefix}/bin/_makepyrelease.py \
     28         ${destroot}${prefix}/bin/_makepyrelease2.5.py
     29    file rename ${destroot}${prefix}/bin/_update_website.py \
     30         ${destroot}${prefix}/bin/_update_website2.5.py
     31    file rename ${destroot}${prefix}/bin/py.cleanup \
     32         ${destroot}${prefix}/bin/py.cleanup2.5
     33    file rename ${destroot}${prefix}/bin/py.countloc \
     34         ${destroot}${prefix}/bin/py.countloc2.5
     35    file rename ${destroot}${prefix}/bin/py.lookup \
     36         ${destroot}${prefix}/bin/py.lookup2.5
     37    file rename ${destroot}${prefix}/bin/py.rest \
     38         ${destroot}${prefix}/bin/py.rest2.5
     39    file rename ${destroot}${prefix}/bin/py.test \
     40         ${destroot}${prefix}/bin/py.test2.5
     41    file rename ${destroot}${prefix}/bin/pytest.cmd \
     42         ${destroot}${prefix}/bin/pytest.cmd2.5
     43}