aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2014-01-27 20:14:09 +0800
committerkoobs <koobs@FreeBSD.org>2014-01-27 20:14:09 +0800
commit61e75b1e390fa9e971b753884aceff03b2b8f49c (patch)
treeb1bb1c176225a4b62f24333e9a712df67acae7fe /finance
parent96a3f078fd12bafcc8e0ae084f88132761a4f68d (diff)
downloadfreebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.tar.gz
freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.tar.zst
freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.zip
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 'finance')
-rw-r--r--finance/py-stripe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile
index 2174fd962111..b8d1297abc66 100644
--- a/finance/py-stripe/Makefile
+++ b/finance/py-stripe/Makefile
@@ -4,6 +4,7 @@
PORTNAME= stripe
PORTVERSION= 1.9.8
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= https://code.stripe.com/stripe/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Python bindings for the Stripe.com payment system
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.8.8:${PORTSDIR}/www/py-requests
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=0.8.8:${PORTSDIR}/www/py-requests1
TEST_DEPENDS:= ${RUN_DEPENDS}
USE_PYTHON= yes