summaryrefslogtreecommitdiff
path: root/databases/py-python-arango/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-11-17 01:14:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-11-17 01:14:26 +0000
commit5e13d32f6198ddfab4e6f972e72981e4d8156faf (patch)
tree916c79463441d60b728c077bbca4d680a271bc9b /databases/py-python-arango/Makefile
parent6ecf5e05b1c0f7faea1d1040cbbceda339cb1fb4 (diff)
Notes
Diffstat (limited to 'databases/py-python-arango/Makefile')
-rw-r--r--databases/py-python-arango/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-python-arango/Makefile b/databases/py-python-arango/Makefile
index d47ae608caa1..7b07e9356635 100644
--- a/databases/py-python-arango/Makefile
+++ b/databases/py-python-arango/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= python-arango
-DISTVERSION= 5.4.0
+DISTVERSION= 6.1.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ COMMENT= Python driver for ArangoDB
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python