[60413] trunk/dports/python/py26-pip/Portfile

arthurk at macports.org arthurk at macports.org
Wed Nov 11 08:36:19 PST 2009


Revision: 60413
          http://trac.macports.org/changeset/60413
Author:   arthurk at macports.org
Date:     2009-11-11 08:36:19 -0800 (Wed, 11 Nov 2009)
Log Message:
-----------
updated py26-pip; fixes #22463

Modified Paths:
--------------
    trunk/dports/python/py26-pip/Portfile

Modified: trunk/dports/python/py26-pip/Portfile
===================================================================
--- trunk/dports/python/py26-pip/Portfile	2009-11-11 16:32:18 UTC (rev 60412)
+++ trunk/dports/python/py26-pip/Portfile	2009-11-11 16:36:19 UTC (rev 60413)
@@ -4,10 +4,10 @@
 PortGroup           python26 1.0
 
 name                py26-pip
-version             0.4
+version             0.6
 categories          python www
 platforms           darwin
-maintainers         arthurk
+maintainers         arthurk openmaintainer
 homepage            http://pip.openplans.org/
 description         An easy_install replacement
 long_description    pip is a replacement for easy_install. It uses mostly the \
@@ -17,16 +17,16 @@
 
 master_sites        http://pypi.python.org/packages/source/p/pip/
 distname            pip-${version}
-checksums           md5     b45714d04f8fd38fe8e3d4c7600b91a2 \
-                    sha1    3863bf8f75f4727b1554bca1f8473fde1cbbcd1e \
-                    rmd160  480e272e75ee5d63cde828515b34690b9e7a6002
+checksums           md5     083ff408ca5314cf0561ff79a048cd9a \
+                    sha1    af154539bce1654637594ab06fc5da018b0e0d26 \
+                    rmd160  a235edce1a9ba7e5746cd9b4002a6f094e2adef0
 
 depends_lib-append  port:py26-setuptools
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \
-        requirement-format.txt \
+        requirement-format.txt license.txt configuration.txt \
         ${destroot}${prefix}/share/doc/${name}
     ln -s ${python.prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.6
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091111/a6793500/attachment.html>


More information about the macports-changes mailing list