[107355] trunk/dports/python/py-redis/Portfile

jmr at macports.org jmr at macports.org
Tue Jun 25 20:31:28 PDT 2013


Revision: 107355
          https://trac.macports.org/changeset/107355
Author:   jmr at macports.org
Date:     2013-06-25 20:31:27 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
py-redis: fix setuptools dep type, disable livecheck in subports

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

Modified: trunk/dports/python/py-redis/Portfile
===================================================================
--- trunk/dports/python/py-redis/Portfile	2013-06-26 03:25:19 UTC (rev 107354)
+++ trunk/dports/python/py-redis/Portfile	2013-06-26 03:31:27 UTC (rev 107355)
@@ -25,12 +25,12 @@
                     sha256  c22e7129f21b8bd1690c2cefc07b2caf1088c66a9dd159aed0621dcbaf2dfb09
 
 python.versions     25 26 27 31 32 33
-python.default_version 27
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools
+    depends_build       port:py${python.version}-setuptools
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}/downloads
+    livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"
 }
-
-livecheck.type      regex
-livecheck.url       ${homepage}/downloads
-livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/360ce2f4/attachment.html>


More information about the macports-changes mailing list