Ticket #14356: py.diff
File py.diff, 3.9 KB (added by ebgssth@…, 17 years ago) |
---|
-
py-py/Portfile
1 # $Id$ 2 3 PortSystem 1.0 4 PortGroup python24 1.0 5 6 name py-py 7 version 0.9.0 8 categories python 9 platforms darwin 10 maintainers nomaintainer 11 description py lib: agile development and test support library 12 long_description the py lib is a development support library featuring \ 13 py.test, ad-hoc distributed execution, micro-threads \ 14 and svn abstractions. 15 homepage http://codespeak.net/py 16 master_sites http://codespeak.net/download/py/ 17 checksums md5 adecd7befdfa431341c8e09e0bc94ca3 \ 18 sha1 c39c06ee59175639160132da9e5c02d75dab2035 \ 19 rmd160 31d8c3e90ab15a665050d95e290b744ef86cc4d7 20 distname py-${version} 21 22 post-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 3 PortSystem 1.0 4 PortGroup python25 1.0 5 6 name py-py 7 version 0.9.0 8 categories python 9 platforms darwin 10 maintainers nomaintainer 11 description py lib: agile development and test support library 12 long_description the py lib is a development support library featuring \ 13 py.test, ad-hoc distributed execution, micro-threads \ 14 and svn abstractions. 15 homepage http://codespeak.net/py 16 master_sites http://codespeak.net/download/py/ 17 checksums md5 adecd7befdfa431341c8e09e0bc94ca3 \ 18 sha1 c39c06ee59175639160132da9e5c02d75dab2035 \ 19 rmd160 31d8c3e90ab15a665050d95e290b744ef86cc4d7 20 distname py-${version} 21 22 post-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 }