[39983] trunk/dports/python
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 15 01:37:56 PDT 2008
Revision: 39983
http://trac.macports.org/changeset/39983
Author: ryandesign at macports.org
Date: 2008-09-15 01:37:55 -0700 (Mon, 15 Sep 2008)
Log Message:
-----------
py-setuptools, py25-setuptools: undo part of the change from r16819: do install site.py again, because according to the author of the software, it is in fact required; closes #14912 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/python/py-setuptools/Portfile
trunk/dports/python/py25-setuptools/Portfile
Modified: trunk/dports/python/py-setuptools/Portfile
===================================================================
--- trunk/dports/python/py-setuptools/Portfile 2008-09-15 07:57:05 UTC (rev 39982)
+++ trunk/dports/python/py-setuptools/Portfile 2008-09-15 08:37:55 UTC (rev 39983)
@@ -5,7 +5,7 @@
name py-setuptools
version 0.6c8
-revision 1
+revision 2
categories-append devel
maintainers openmaintainer stechert at macports.org
description distutils enhancement for build and distribution
@@ -31,7 +31,6 @@
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*]
# To avoid conflict between py-setuptools and py25-setuptools (See r31503)
file delete ${destroot}${prefix}/bin/easy_install
}
Modified: trunk/dports/python/py25-setuptools/Portfile
===================================================================
--- trunk/dports/python/py25-setuptools/Portfile 2008-09-15 07:57:05 UTC (rev 39982)
+++ trunk/dports/python/py25-setuptools/Portfile 2008-09-15 08:37:55 UTC (rev 39983)
@@ -5,7 +5,7 @@
name py25-setuptools
version 0.6c8
-revision 1
+revision 2
categories-append devel
maintainers stechert at macports.org
description distutils enhancement for build and distribution
@@ -35,7 +35,6 @@
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*]
# To avoid conflict between py-setuptools and py25-setuptools (See r31503)
file delete ${destroot}${prefix}/bin/easy_install
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080915/bbbfbba9/attachment.html
More information about the macports-changes
mailing list