svn commit: r422693 - in head/devel: . py-twilio

Jimmy Olgeni olgeni at FreeBSD.org
Fri Sep 23 20:08:35 UTC 2016


Author: olgeni
Date: Fri Sep 23 20:08:33 2016
New Revision: 422693
URL: https://svnweb.freebsd.org/changeset/ports/422693

Log:
  Add devel/py-twilio, a Python module for communicating with the Twilio API.

Added:
  head/devel/py-twilio/
  head/devel/py-twilio/Makefile   (contents, props changed)
  head/devel/py-twilio/distinfo   (contents, props changed)
  head/devel/py-twilio/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 23 18:55:53 2016	(r422692)
+++ head/devel/Makefile	Fri Sep 23 20:08:33 2016	(r422693)
@@ -4537,6 +4537,7 @@
     SUBDIR += py-tw.forms
     SUBDIR += py-twext
     SUBDIR += py-twiggy
+    SUBDIR += py-twilio
     SUBDIR += py-twine
     SUBDIR += py-twisted
     SUBDIR += py-twisted152

Added: head/devel/py-twilio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-twilio/Makefile	Fri Sep 23 20:08:33 2016	(r422693)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	twilio
+PORTVERSION=	5.6.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	olgeni at FreeBSD.org
+COMMENT=	Python module for communicating with the Twilio API
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2 \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-twilio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-twilio/distinfo	Fri Sep 23 20:08:33 2016	(r422693)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474659760
+SHA256 (twilio-5.6.0.tar.gz) = d4bfbb70ddc28ac346a3e38c4d562596d01a0842cac78261e0171953199af625
+SIZE (twilio-5.6.0.tar.gz) = 194195

Added: head/devel/py-twilio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-twilio/pkg-descr	Fri Sep 23 20:08:33 2016	(r422693)
@@ -0,0 +1,4 @@
+The twilio-python helper library lets you write Python code to make
+HTTP requests to the Twilio API.
+
+WWW: https://www.twilio.com/docs/libraries/python


More information about the svn-ports-head mailing list