[100076] trunk/dports/python/py-distribute/Portfile
jmr at macports.org
jmr at macports.org
Mon Nov 26 13:30:57 PST 2012
Revision: 100076
https://trac.macports.org/changeset/100076
Author: jmr at macports.org
Date: 2012-11-26 13:30:57 -0800 (Mon, 26 Nov 2012)
Log Message:
-----------
py-distribute: update to 0.6.32, don't install windows executables
Modified Paths:
--------------
trunk/dports/python/py-distribute/Portfile
Modified: trunk/dports/python/py-distribute/Portfile
===================================================================
--- trunk/dports/python/py-distribute/Portfile 2012-11-26 21:09:34 UTC (rev 100075)
+++ trunk/dports/python/py-distribute/Portfile 2012-11-26 21:30:57 UTC (rev 100076)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-distribute
-version 0.6.31
+version 0.6.32
categories-append devel
license {PSF ZPL}
maintainers jmr openmaintainer
@@ -16,13 +16,15 @@
distributions.
platforms darwin
+supported_archs noarch
homepage http://pypi.python.org/pypi/distribute/
master_sites http://pypi.python.org/packages/source/d/distribute/
distname distribute-${version}
-checksums rmd160 77c1a7ef211e041358fdda34f7902ed13bafd220 \
- sha256 9716293effc8d68068ce41e287b6903cf355641d0642b44e69dd92e9699dcbcf
+checksums md5 acb7a2da81e3612bfb1608abe4f0e568 \
+ rmd160 022b82cdcc43b9c276cc464a418665c0d2ae83ee \
+ sha256 8970cd1e148b5d1fea9430584aea66c45ea22d80e0933393ec49ebc388f718df
python.versions 24 25 26 27 31 32 33
python.default_version 27
@@ -39,6 +41,9 @@
} else {
ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/"
}
+ foreach exe [glob -directory "${destroot}${python.pkgd}/setuptools" *.exe] {
+ file delete $exe
+ }
}
livecheck.type none
} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121126/166e78ca/attachment.html>
More information about the macports-changes
mailing list