aboutsummaryrefslogtreecommitdiffstats
path: root/finance/py-stripe
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-12-13 07:43:50 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-12-13 07:43:50 +0800
commita0e07c80df0c4cc02be8eac9c89fa21325aeb33e (patch)
tree7058f2db9cae7f106b566a30662dff6325715135 /finance/py-stripe
parentb311a4ea445f7a3a0961a61161782f3b9fed8b4a (diff)
downloadfreebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.tar.gz
freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.tar.zst
freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.zip
- Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'finance/py-stripe')
-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 a462b24c57fa..61b68d7806a3 100644
--- a/finance/py-stripe/Makefile
+++ b/finance/py-stripe/Makefile
@@ -4,6 +4,7 @@
PORTNAME= stripe
PORTVERSION= 1.25.0
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ COMMENT= Stripe Python bindings
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.8.8:${PORTSDIR}/www/py-requests
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curl>=7.19:${PORTSDIR}/ftp/py-curl \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycurl>=7.19:${PORTSDIR}/ftp/py-pycurl \
${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock
OPTIONS_DEFINE= TESTS