[87131] trunk/dports/python

ram at macports.org ram at macports.org
Fri Nov 11 07:41:03 PST 2011


Revision: 87131
          http://trac.macports.org/changeset/87131
Author:   ram at macports.org
Date:     2011-11-11 07:41:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
python/py*-httplib2: unify

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

Removed Paths:
-------------
    trunk/dports/python/py25-httplib2/
    trunk/dports/python/py26-httplib2/
    trunk/dports/python/py27-httplib2/
    trunk/dports/python/py31-httplib2/
    trunk/dports/python/py32-httplib2/

Modified: trunk/dports/python/py-httplib2/Portfile
===================================================================
--- trunk/dports/python/py-httplib2/Portfile	2011-11-11 15:40:48 UTC (rev 87130)
+++ trunk/dports/python/py-httplib2/Portfile	2011-11-11 15:41:03 UTC (rev 87131)
@@ -1,14 +1,14 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python24 1.0
+PortGroup         python 1.0
 
 name              py-httplib2
 version           2-0.7.1
 categories        python devel net
 license           MIT
 platforms         darwin
-maintainers       ram openmaintainer
+maintainers       akitada blb ram openmaintainer
 
 description       A comprehensive HTTP client library in Python
 long_description  A comprehensive HTTP client library that supports \
@@ -18,10 +18,16 @@
 master_sites      http://httplib2.googlecode.com/files/
 distname          httplib${version}
 
+python.versions   24 25 26 27 31 32
+
 checksums         md5 03e798858cebbdde189b02ed97e85a45 \
                   sha1 e30ac0f099c1d7f9dc5bfb309441f65fb01f5dd8 \
                   rmd160 84c341c8cb56f1a36a71a86874151ebd95d5ff77
 
-livecheck.type    regex
-livecheck.url     ${homepage}downloads/list
-livecheck.regex   {httplib(\d-\d+(?:\.\d+)*).tar.gz}
+if {${$name} == ${subport}} {
+  livecheck.type    regex
+  livecheck.url     ${homepage}downloads/list
+  livecheck.regex   {httplib(\d-\d+(?:\.\d+)*).tar.gz}
+} else {
+  livecheck.type    none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111111/4584f25b/attachment.html>


More information about the macports-changes mailing list