[143365] trunk/dports/python/py-twilio/Portfile
aronnax at macports.org
aronnax at macports.org
Sat Dec 12 09:40:41 PST 2015
Revision: 143365
https://trac.macports.org/changeset/143365
Author: aronnax at macports.org
Date: 2015-12-11 06:27:09 -0800 (Fri, 11 Dec 2015)
Log Message:
-----------
py-twilio: update to 5.0.0, add Python 3.5 subport
Modified Paths:
--------------
trunk/dports/python/py-twilio/Portfile
Modified: trunk/dports/python/py-twilio/Portfile
===================================================================
--- trunk/dports/python/py-twilio/Portfile 2015-12-11 14:26:14 UTC (rev 143364)
+++ trunk/dports/python/py-twilio/Portfile 2015-12-11 14:27:09 UTC (rev 143365)
@@ -6,8 +6,8 @@
set realname twilio
name py-${realname}
-version 3.6.7
-python.versions 26 27 33 34
+version 5.0.0
+python.versions 26 27 33 34 35
license MIT
platforms darwin
supported_archs noarch
@@ -18,9 +18,9 @@
master_sites http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
distname ${realname}-${version}
-checksums md5 0ea03da3b7766a4ff5a4436aee46326b \
- rmd160 6dddd7349c7380022b0bfb1d914a96ab40bfd97e \
- sha256 ddde4f2c4e92d08edd7b180b69afc144acdf2c76712da953ae177e61606bbed5
+checksums md5 098007fad1d6a40cfdedf80b4e495bc4 \
+ rmd160 c20ea95275121f6472968813ac93ebd0f387d3c7 \
+ sha256 354d88a9edb9047d786a7106d327c90365306f8e397859f91913aab12ecffae9
if {${name} eq ${subport}} {
livecheck.type regex
@@ -28,8 +28,10 @@
} else {
depends_lib-append \
+ port:py${python.version}-httplib2 \
+ port:py${python.version}-jwt \
port:py${python.version}-six \
- port:py${python.version}-httplib2
+ port:py${python.version}-tz
depends_build-append \
port:py${python.version}-setuptools
@@ -41,7 +43,7 @@
if {${python.version} >= 30} {
depends_lib-append \
- port:py${python.version}-socksipy-branch
+ port:py${python.version}-socks
}
livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6b6e3977/attachment-0001.html>
More information about the macports-changes
mailing list