[127591] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Oct 30 03:39:25 PDT 2014
Revision: 127591
https://trac.macports.org/changeset/127591
Author: stromnov at macports.org
Date: 2014-10-30 03:39:25 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
py{25,31,32}-pip: Replace with py{27,34}-pip
Modified Paths:
--------------
trunk/dports/python/py-graveyard/Portfile
trunk/dports/python/py-pip/Portfile
Removed Paths:
-------------
trunk/dports/python/py-pip/files/pip25
trunk/dports/python/py-pip/files/pip31
trunk/dports/python/py-pip/files/pip32
Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile 2014-10-30 10:33:48 UTC (rev 127590)
+++ trunk/dports/python/py-graveyard/Portfile 2014-10-30 10:39:25 UTC (rev 127591)
@@ -133,6 +133,7 @@
paver 1.2.1_1 25
pedal 2.0.0a7_1 24
pexpect 2.4_1 24 25 26
+pip 1.5.6_1 25 31 32
pmw 1.3.3a_1 26
psutil 2.1.3_1 24 25 26 31 32 33
py 1.4.25_1 25 26 32 33
Modified: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile 2014-10-30 10:33:48 UTC (rev 127590)
+++ trunk/dports/python/py-pip/Portfile 2014-10-30 10:39:25 UTC (rev 127591)
@@ -9,12 +9,13 @@
name py-${realname}
version 1.5.6
+revision 0
categories-append www
-license MIT
platforms darwin
+license MIT
supported_archs noarch
-python.versions 25 26 27 31 32 33 34
+python.versions 26 27 33 34
maintainers stromnov openmaintainer
@@ -33,41 +34,22 @@
checksums rmd160 4353b4738860b3b0e3007e861e47986b8cc81ddc \
sha256 b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c
-# Last version (1.3.1) with py25 support
-subport py25-pip {
- version 1.3.1
- revision 1
- distname ${realname}-${version}
- checksums rmd160 0bfbfbc536abcf20f952b444ee872128406e098e \
- sha256 145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957
- livecheck.type none
-}
-
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools
depends_run port:pip_select
- if {${subport} eq "py25-${realname}"} {
- python.link_binaries_suffix
- python.move_binaries no
- post-destroot {
- copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${subport}
- delete ${destroot}${prefix}/bin/pip
- }
- } else {
- post-destroot {
- eval xinstall -m 644 [glob -types f ${worksrcpath}/docs/*] ${destroot}${prefix}/share/doc/${subport}
+ post-destroot {
+ 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
+ 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}
- }
+ delete ${destroot}${prefix}/bin/pip[string range ${python.version} 0 end-1]-${python.branch}
+ delete ${destroot}${prefix}/bin/pip${python.branch}-${python.branch}
}
- select.group ${realname}
- select.file ${filespath}/${realname}${python.version}
+ select.group ${realname}
+ select.file ${filespath}/${realname}${python.version}
notes "
To make the Python ${python.branch} version of pip the one that is run\
Deleted: trunk/dports/python/py-pip/files/pip25
===================================================================
--- trunk/dports/python/py-pip/files/pip25 2014-10-30 10:33:48 UTC (rev 127590)
+++ trunk/dports/python/py-pip/files/pip25 2014-10-30 10:39:25 UTC (rev 127591)
@@ -1 +0,0 @@
-bin/pip-2.5
Deleted: trunk/dports/python/py-pip/files/pip31
===================================================================
--- trunk/dports/python/py-pip/files/pip31 2014-10-30 10:33:48 UTC (rev 127590)
+++ trunk/dports/python/py-pip/files/pip31 2014-10-30 10:39:25 UTC (rev 127591)
@@ -1 +0,0 @@
-${frameworks_dir}/Python.framework/Versions/3.1/bin/pip
Deleted: trunk/dports/python/py-pip/files/pip32
===================================================================
--- trunk/dports/python/py-pip/files/pip32 2014-10-30 10:33:48 UTC (rev 127590)
+++ trunk/dports/python/py-pip/files/pip32 2014-10-30 10:39:25 UTC (rev 127591)
@@ -1 +0,0 @@
-${frameworks_dir}/Python.framework/Versions/3.2/bin/pip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141030/ac24a9e7/attachment.html>
More information about the macports-changes
mailing list