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

cal at macports.org cal at macports.org
Fri Feb 21 07:23:40 PST 2014


Revision: 117298
          https://trac.macports.org/changeset/117298
Author:   cal at macports.org
Date:     2014-02-21 07:23:39 -0800 (Fri, 21 Feb 2014)
Log Message:
-----------
py-pip: update to 1.5.4, closes #39087, openmaintainer

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

Modified: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile	2014-02-21 15:17:17 UTC (rev 117297)
+++ trunk/dports/python/py-pip/Portfile	2014-02-21 15:23:39 UTC (rev 117298)
@@ -8,8 +8,7 @@
 set realname        pip
 
 name                py-${realname}
-version             1.5.2
-revision            0
+version             1.5.4
 categories-append   www
 license             MIT
 platforms           darwin
@@ -31,8 +30,8 @@
 
 distname            ${realname}-${version}
 
-checksums           rmd160  2ea949e7e11972b185064abf7ab3ad71a80ef8e3 \
-                    sha256  2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738
+checksums           rmd160  515ad1af4f631a201bb6731f826e9b8f8cd8fe3b \
+                    sha256  70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9
 
 # Last version (1.3.1) with py25 support
 subport py25-pip {
@@ -57,7 +56,11 @@
         }
     } else {
         post-destroot {
-            eval xinstall -m 644 [glob ${worksrcpath}/docs/*] ${destroot}${prefix}/share/doc/${subport}
+            eval xinstall -m 644 [glob -types f ${worksrcpath}/docs/*] ${destroot}${prefix}/share/doc/${subport}
+
+            xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}/reference
+            eval xinstall -m 644 [glob -types f ${worksrcpath}/docs/reference/*] ${destroot}${prefix}/share/doc/${subport}/reference
+
             delete ${destroot}${prefix}/bin/pip[string range ${python.version} 0 end-1]-${python.branch}
             delete ${destroot}${prefix}/bin/pip${python.branch}-${python.branch}
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140221/b0eabd52/attachment.html>


More information about the macports-changes mailing list