[106753] trunk/dports/python/py-pip/Portfile
stromnov at macports.org
stromnov at macports.org
Fri Jun 7 03:29:34 PDT 2013
Revision: 106753
https://trac.macports.org/changeset/106753
Author: stromnov at macports.org
Date: 2013-06-07 03:29:33 -0700 (Fri, 07 Jun 2013)
Log Message:
-----------
py-pip: adjust description, update livecheck, add maintainer
Modified Paths:
--------------
trunk/dports/python/py-pip/Portfile
Modified: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile 2013-06-07 08:37:30 UTC (rev 106752)
+++ trunk/dports/python/py-pip/Portfile 2013-06-07 10:29:33 UTC (rev 106753)
@@ -10,21 +10,25 @@
license MIT
platforms darwin
supported_archs noarch
-maintainers nomaintainer
-homepage http://www.pip-installer.org/
-description An easy_install replacement
+
+python.versions 25 26 27 31 32 33
+
+maintainers stromnov openmaintainer
+
+description A tool for installing and managing Python packages.
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.
+homepage http://www.pip-installer.org/
master_sites http://pypi.python.org/packages/source/p/pip/
+
distname pip-${version}
+
checksums rmd160 521e61926ae16666e3c994e3e46e9d92a4b04634 \
sha256 12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1
-python.versions 25 26 27 31 32 33
-
if {$subport != $name} {
depends_build port:py${python.version}-distribute
depends_run port:py${python.version}-distribute
@@ -38,6 +42,6 @@
livecheck.type none
} else {
livecheck.type regex
- livecheck.url http://pypi.python.org/pypi/pip
- livecheck.regex pip (\[0-9\]+\.\[0-9.\]+)
+ livecheck.url ${master_sites}
+ livecheck.regex "pip-(\\d+(?:\\.\\d+)*)${extract.suffix}"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130607/525d689b/attachment.html>
More information about the macports-changes
mailing list