[106754] trunk/dports/python/py-pip/Portfile

stromnov at macports.org stromnov at macports.org
Fri Jun 7 03:33:02 PDT 2013


Revision: 106754
          https://trac.macports.org/changeset/106754
Author:   stromnov at macports.org
Date:     2013-06-07 03:33:02 -0700 (Fri, 07 Jun 2013)
Log Message:
-----------
py-pip: update to version 1.3.1

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

Modified: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile	2013-06-07 10:29:33 UTC (rev 106753)
+++ trunk/dports/python/py-pip/Portfile	2013-06-07 10:33:02 UTC (rev 106754)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-pip
-version             1.2.1
+version             1.3.1
 categories-append   www
 license             MIT
 platforms           darwin
@@ -26,12 +26,11 @@
 
 distname            pip-${version}
 
-checksums           rmd160  521e61926ae16666e3c994e3e46e9d92a4b04634 \
-                    sha256  12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1
+checksums           rmd160  0bfbfbc536abcf20f952b444ee872128406e098e \
+                    sha256  145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957
 
 if {$subport != $name} {
-    depends_build   port:py${python.version}-distribute
-    depends_run     port:py${python.version}-distribute
+    depends_lib-append  port:py${python.version}-distribute
 
     python.link_binaries_suffix
     python.move_binaries no
@@ -39,6 +38,7 @@
         copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${subport}
         delete ${destroot}${prefix}/bin/pip
     }
+
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130607/2f0b5e99/attachment.html>


More information about the macports-changes mailing list