[112654] trunk/dports/python/py-twilio/Portfile

aronnax at macports.org aronnax at macports.org
Mon Oct 28 15:50:56 PDT 2013


Revision: 112654
          https://trac.macports.org/changeset/112654
Author:   aronnax at macports.org
Date:     2013-10-28 15:50:56 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
py-twilio: add missing dependencies on py-unittest2 and py-socksipy-branch

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

Modified: trunk/dports/python/py-twilio/Portfile
===================================================================
--- trunk/dports/python/py-twilio/Portfile	2013-10-28 22:50:00 UTC (rev 112653)
+++ trunk/dports/python/py-twilio/Portfile	2013-10-28 22:50:56 UTC (rev 112654)
@@ -7,6 +7,7 @@
 set realname        twilio
 name                py-${realname}
 version             3.6.2
+revision            1
 python.versions     25 26 27 32 33
 license             MIT
 platforms           darwin
@@ -29,7 +30,8 @@
 } else {
     depends_lib-append \
                     port:py${python.version}-six \
-                    port:py${python.version}-httplib2
+                    port:py${python.version}-httplib2 \
+                    port:py${python.version}-unittest2
 
     depends_build-append \
                     port:py${python.version}-setuptools
@@ -39,5 +41,10 @@
                     port:py${python.version}-simplejson
     }
 
+    if {${python.version} >= 30} {
+        depends_lib-append \
+                    port:py${python.version}-socksipy-branch
+    }
+
     livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/3237b6a9/attachment.html>


More information about the macports-changes mailing list