summaryrefslogtreecommitdiff
path: root/www/py-requests-oauthlib
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-01-27 12:14:09 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-01-27 12:14:09 +0000
commit8942de43ff37708a3f9800b135f642590367931e (patch)
treeb1bb1c176225a4b62f24333e9a712df67acae7fe /www/py-requests-oauthlib
parentwww/py-requests1: Copy from www/requests so we can upgrade to 2.x (diff)
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for the upgrade of www/py-requests to version 2.x, which substantially breaks API compatibility. Maintainers of these ports can update their requests dependency independently as time for sufficient testing permits. PR: ports/185631
Diffstat (limited to 'www/py-requests-oauthlib')
-rw-r--r--www/py-requests-oauthlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-requests-oauthlib/Makefile b/www/py-requests-oauthlib/Makefile
index 5bfb2d2d4bb3..cb21d9ec3b6b 100644
--- a/www/py-requests-oauthlib/Makefile
+++ b/www/py-requests-oauthlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= requests-oauthlib
PORTVERSION= 0.3.2
+PORTREVISION= 1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT= OAuthlib authentication support for Requests
LICENSE= ISCL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.4.2:${PORTSDIR}/security/py-oauthlib \
- ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
+ ${PYTHON_PKGNAMEPREFIX}requests1>0:${PORTSDIR}/www/py-requests1
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
USE_GITHUB= yes