[66524] trunk/dports/python
jmr at macports.org
jmr at macports.org
Fri Apr 16 01:46:27 PDT 2010
Revision: 66524
http://trac.macports.org/changeset/66524
Author: jmr at macports.org
Date: 2010-04-16 01:46:26 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
create py31- version of distribute
Modified Paths:
--------------
trunk/dports/python/py31-distribute/Portfile
Added Paths:
-----------
trunk/dports/python/py31-distribute/
Modified: trunk/dports/python/py31-distribute/Portfile
===================================================================
--- trunk/dports/python/py26-distribute/Portfile 2010-04-15 17:54:46 UTC (rev 66507)
+++ trunk/dports/python/py31-distribute/Portfile 2010-04-16 08:46:26 UTC (rev 66524)
@@ -1,9 +1,9 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python31 1.0
-name py26-distribute
+name py31-distribute
version 0.6.10
categories-append devel
maintainers jmr openmaintainer
@@ -23,10 +23,13 @@
sha1 60b29c6ffbd9ce5f4cbaebba809a8316cf198462 \
rmd160 4c8586ff3e65079ebf8df665a2364c6a11c00474
+python.link_binaries no
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \
DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name}
+ ln -s "${python.prefix}/bin/easy_install-3.1" "${destroot}${prefix}/bin/"
}
livecheck.url ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100416/8088fb99/attachment.html>
More information about the macports-changes
mailing list