[31503] trunk/dports/python/py25-setuptools/Portfile
stechert at macports.org
stechert at macports.org
Sun Nov 25 22:13:12 PST 2007
Revision: 31503
http://trac.macosforge.org/projects/macports/changeset/31503
Author: stechert at macports.org
Date: 2007-11-25 22:13:11 -0800 (Sun, 25 Nov 2007)
Log Message:
-----------
Get rid of conflict between py-setuptools and py25-setuptools by removing the file easy_install as a post-destroot action. As suggested by mww. Closes #13186
Modified Paths:
--------------
trunk/dports/python/py25-setuptools/Portfile
Modified: trunk/dports/python/py25-setuptools/Portfile
===================================================================
--- trunk/dports/python/py25-setuptools/Portfile 2007-11-26 06:03:33 UTC (rev 31502)
+++ trunk/dports/python/py25-setuptools/Portfile 2007-11-26 06:13:11 UTC (rev 31503)
@@ -4,7 +4,6 @@
PortGroup python25 1.0
name py25-setuptools
version 0.6c7
-revision 1
categories-append devel
maintainers stechert at macports.org
description distutils enhancement for build and distribution
@@ -27,12 +26,11 @@
sha1 8baa4d11bd7380ccab5c7fbdf6f8dc12a5dacba9 \
rmd160 edde92ef87b1313de38ebae2a939ef9710776d9d
-
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} EasyInstall.txt api_tests.txt \
pkg_resources.txt setuptools.txt \
${destroot}${prefix}/share/doc/${name}
eval file delete [glob ${destroot}${python.pkgd}/site.py*]
+ file delete ${destroot}${prefix}/bin/easy_install
}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071125/a3a8bbed/attachment.html
More information about the macports-changes
mailing list