aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-twitter
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-29 21:50:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-29 21:50:55 +0800
commit3c995aac84c117e7078829daf7840672cd1a0af3 (patch)
tree8434976b0926e620a9b74b8e55f620387e7b2375 /net/py-twitter
parent4ba2fc43e65bb330116e2755da888116bffb4bbd (diff)
downloadfreebsd-ports-gnome-3c995aac84c117e7078829daf7840672cd1a0af3.tar.gz
freebsd-ports-gnome-3c995aac84c117e7078829daf7840672cd1a0af3.tar.zst
freebsd-ports-gnome-3c995aac84c117e7078829daf7840672cd1a0af3.zip
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net/py-twitter')
-rw-r--r--net/py-twitter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile
index 9fc6cff0454e..08228010b871 100644
--- a/net/py-twitter/Makefile
+++ b/net/py-twitter/Makefile
@@ -3,6 +3,7 @@
PORTNAME= twitter
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +14,11 @@ COMMENT= Python wrapper around the Twitter API
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
- ${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \
${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
USES= python:2
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>