Changeset 82063
- Timestamp:
- 08/07/11 01:57:29 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 4 deleted
- 1 edited
- 1 moved
-
py-distribute (moved) (moved from trunk/dports/python/py27-distribute)
-
py-distribute/Portfile (modified) (3 diffs)
-
py25-distribute (deleted)
-
py26-distribute (deleted)
-
py31-distribute (deleted)
-
py32-distribute (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-distribute/Portfile
r79135 r82063 3 3 4 4 PortSystem 1.0 5 PortGroup python 271.05 PortGroup python 1.0 6 6 7 name py 27-distribute7 name py-distribute 8 8 version 0.6.19 9 9 categories-append devel 10 license PSF ZPL10 license {PSF ZPL} 11 11 maintainers jmr openmaintainer 12 12 description Replacement for setuptools … … 26 26 rmd160 7acad7c1847ed48f286fc66387941276a39fc021 27 27 28 python.versions 25 26 27 31 32 29 python.default_version 27 28 30 python.link_binaries no 29 31 … … 32 34 xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \ 33 35 DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name} 34 ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/" 36 if {$subport == "py25-distribute"} { 37 delete "${destroot}${prefix}/bin/easy_install" 38 } else { 39 ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/" 40 } 35 41 } 36 42
Note: See TracChangeset
for help on using the changeset viewer.

