[91098] trunk/dports/python/py-twisted-web2/Portfile

snc at macports.org snc at macports.org
Fri Mar 23 13:28:41 PDT 2012


Revision: 91098
          https://trac.macports.org/changeset/91098
Author:   snc at macports.org
Date:     2012-03-23 13:28:41 -0700 (Fri, 23 Mar 2012)
Log Message:
-----------
py-twisted-web2: remove py24 subport, no dependents

Modified Paths:
--------------
    trunk/dports/python/py-twisted-web2/Portfile

Modified: trunk/dports/python/py-twisted-web2/Portfile
===================================================================
--- trunk/dports/python/py-twisted-web2/Portfile	2012-03-23 20:27:17 UTC (rev 91097)
+++ trunk/dports/python/py-twisted-web2/Portfile	2012-03-23 20:28:41 UTC (rev 91098)
@@ -6,9 +6,8 @@
 
 name                py-twisted-web2
 version             8.1.0
-python.versions     24 25 26 27
-# py-twisted-web2 was originally for python24
-# so keep `python.default_version  24`
+python.versions     25 26 27
+python.default_version 27
 set branch [join [lrange [split $version .] 0 1] .]
 categories          python devel net
 platforms           darwin
@@ -33,12 +32,7 @@
     checksums           rmd160  b77f70a62c93e13f51ab715ff6d1c379885a28bc \
                         sha256  0f016d498b1db0216861e9b8fbf8ad49b5b587fa64a18f1640095c1e4f93e391
 
-    if {${python.version} == 24} {
-        depends_build-append    port:py-twisted
-    } else {
-        depends_build-append    port:py${python.version}-twisted
-    }
-    
+    depends_build-append    port:py${python.version}-twisted
 }
 
 livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120323/e0580c47/attachment.html>


More information about the macports-changes mailing list