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

jmr at macports.org jmr at macports.org
Sat Jul 30 04:45:03 PDT 2011


Revision: 81422
          http://trac.macports.org/changeset/81422
Author:   jmr at macports.org
Date:     2011-07-30 04:45:03 -0700 (Sat, 30 Jul 2011)
Log Message:
-----------
py-redis: doesn't build with 2.4

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

Modified: trunk/dports/python/py-redis/Portfile
===================================================================
--- trunk/dports/python/py-redis/Portfile	2011-07-30 11:38:46 UTC (rev 81421)
+++ trunk/dports/python/py-redis/Portfile	2011-07-30 11:45:03 UTC (rev 81422)
@@ -25,11 +25,10 @@
                     sha1    378c78b7876047d75406665701542bf8c574a440 \
                     rmd160  f709b6b96116d42f3a8638025326f8eeb46feffb
 
-python.versions     24 25 26 27
+python.versions     25 26 27
+python.default_version 27
 
-if {$subport == "py24-redis"} {
-    depends_lib     port:py-setuptools
-} elseif {$subport != $name} {
+if {$subport != $name} {
     depends_lib     port:py${python.version}-distribute
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110730/2c2901f2/attachment.html>


More information about the macports-changes mailing list