[93365] trunk/dports/python/py-tornado/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Sun May 20 16:17:59 PDT 2012


Revision: 93365
          https://trac.macports.org/changeset/93365
Author:   singingwolfboy at macports.org
Date:     2012-05-20 16:17:59 -0700 (Sun, 20 May 2012)
Log Message:
-----------
Updated dependency info for py-tornado, added py25 subport.

Intentionally not bumping the revision number, since this only reduces the number
of dependencies in certain cases, and so should have no effect on existing installs.

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

Modified: trunk/dports/python/py-tornado/Portfile
===================================================================
--- trunk/dports/python/py-tornado/Portfile	2012-05-20 23:10:25 UTC (rev 93364)
+++ trunk/dports/python/py-tornado/Portfile	2012-05-20 23:17:59 UTC (rev 93365)
@@ -33,11 +33,14 @@
                     sha256  466fea7696457be3d7b9c9a97c16011f0988788336e7d6fd344554a042d203c1
 
 python.default_version  27
-python.versions     26 27 32
+python.versions     25 26 27 32
 
-if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-curl
+subport py25-tornado {
+    depends_lib-append port:py25-curl port:py25-simplejson
 }
+subport py32-tornado {
+    depends_lib-append port:py32-distribute
+}
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/6b93b2c7/attachment.html>


More information about the macports-changes mailing list