[101809] trunk/dports/python/py-pip/Portfile
larryv at macports.org
larryv at macports.org
Sun Jan 20 00:16:07 PST 2013
Revision: 101809
https://trac.macports.org/changeset/101809
Author: larryv at macports.org
Date: 2013-01-20 00:16:07 -0800 (Sun, 20 Jan 2013)
Log Message:
-----------
py-pip: Update to 1.2.1; drop py24 and add py33 (#37656).
Modified Paths:
--------------
trunk/dports/python/py-pip/Portfile
Modified: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile 2013-01-20 01:01:31 UTC (rev 101808)
+++ trunk/dports/python/py-pip/Portfile 2013-01-20 08:16:07 UTC (rev 101809)
@@ -5,14 +5,13 @@
PortGroup python 1.0
name py-pip
-version 1.0.2
-revision 1
-categories python www
+version 1.2.1
+categories-append www
license MIT
platforms darwin
supported_archs noarch
maintainers nomaintainer
-homepage http://pip.openplans.org/
+homepage http://www.pip-installer.org/
description An easy_install replacement
long_description pip is a replacement for easy_install. It uses mostly the \
same techniques for finding packages, so packages that \
@@ -21,22 +20,19 @@
master_sites http://pypi.python.org/packages/source/p/pip/
distname pip-${version}
-checksums md5 47ec6ff3f6d962696fe08d4c8264ad49 \
- sha1 bb137ac723389651e6cf56c0c95af0a6547443b6 \
- rmd160 2a398d35c63f62194528aa16ce989ce532f6b895
+checksums rmd160 521e61926ae16666e3c994e3e46e9d92a4b04634 \
+ sha256 12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1
-python.versions 24 25 26 27 31 32
+python.versions 25 26 27 31 32 33
if {$subport != $name} {
- depends_lib port:py${python.version}-distribute
+ depends_build port:py${python.version}-distribute
+ depends_run port:py${python.version}-distribute
python.link_binaries_suffix
python.move_binaries no
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \
- requirement-format.txt configuration.txt \
- ${destroot}${prefix}/share/doc/${subport}
+ copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${subport}
delete ${destroot}${prefix}/bin/pip
}
livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130120/cc4a55a8/attachment.html>
More information about the macports-changes
mailing list