[46330] trunk/dports/python

snc at macports.org snc at macports.org
Mon Feb 2 13:47:22 PST 2009


Revision: 46330
          http://trac.macports.org/changeset/46330
Author:   snc at macports.org
Date:     2009-02-02 13:47:22 -0800 (Mon, 02 Feb 2009)
Log Message:
-----------
created 3 pyXX-pip, ticket 17649

Added Paths:
-----------
    trunk/dports/python/py-pip/
    trunk/dports/python/py-pip/Portfile
    trunk/dports/python/py25-pip/
    trunk/dports/python/py25-pip/Portfile
    trunk/dports/python/py26-pip/
    trunk/dports/python/py26-pip/Portfile

Added: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pip/Portfile	2009-02-02 21:47:22 UTC (rev 46330)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python24 1.0
+
+name                py-pip
+version             0.3.1
+categories          python www
+platforms           darwin
+maintainers         arthurkoziel.com:arthur
+homepage            http://pip.openplans.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 \
+                    were made easy_installable should be pip-installable as \
+                    well.
+
+master_sites        http://pypi.python.org/packages/source/p/pip/
+distname            pip-${version}
+checksums           md5     78102ddbb040a183dd361b5d432cdf88 \
+                    sha1    0547a20a8a1c204150fda0f0e5c7b5601ac9f210 \
+                    rmd160  67bee03f23740cb7003de21988e22239a2c00ee2
+
+depends_lib-append  port:py-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 \
+        ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.4
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/pip
+livecheck.regex     pip (0\.\[0-9\]+\.\[0-9\]+)
+

Added: trunk/dports/python/py25-pip/Portfile
===================================================================
--- trunk/dports/python/py25-pip/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pip/Portfile	2009-02-02 21:47:22 UTC (rev 46330)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-pip
+version             0.3.1
+categories          python www
+platforms           darwin
+maintainers         arthurkoziel.com:arthur
+homepage            http://pip.openplans.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 \
+                    were made easy_installable should be pip-installable as \
+                    well.
+
+master_sites        http://pypi.python.org/packages/source/p/pip/
+distname            pip-${version}
+checksums           md5     78102ddbb040a183dd361b5d432cdf88 \
+                    sha1    0547a20a8a1c204150fda0f0e5c7b5601ac9f210 \
+                    rmd160  67bee03f23740cb7003de21988e22239a2c00ee2
+
+depends_lib-append  port:py25-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 \
+        ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.5
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/pip
+livecheck.regex     pip (0\.\[0-9\]+\.\[0-9\]+)
+

Added: trunk/dports/python/py26-pip/Portfile
===================================================================
--- trunk/dports/python/py26-pip/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pip/Portfile	2009-02-02 21:47:22 UTC (rev 46330)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pip
+version             0.3.1
+categories          python www
+platforms           darwin
+maintainers         arthurkoziel.com:arthur
+homepage            http://pip.openplans.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 \
+                    were made easy_installable should be pip-installable as \
+                    well.
+
+master_sites        http://pypi.python.org/packages/source/p/pip/
+distname            pip-${version}
+checksums           md5     78102ddbb040a183dd361b5d432cdf88 \
+                    sha1    0547a20a8a1c204150fda0f0e5c7b5601ac9f210 \
+                    rmd160  67bee03f23740cb7003de21988e22239a2c00ee2
+
+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 \
+        ${destroot}${prefix}/share/doc/${name}
+    ln -s ${python.prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.6
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/pip
+livecheck.regex     pip (0\.\[0-9\]+\.\[0-9\]+)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090202/57473edf/attachment.html>


More information about the macports-changes mailing list