aboutsummaryrefslogtreecommitdiff
path: root/net/py-gspread/Makefile
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2021-08-02 21:51:22 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2021-08-02 21:51:50 +0000
commit0d6691f5d3c678568fff4297cfd07490e456db5d (patch)
tree257559bfba0e49e294fceb9a1a272bfdd5a1fbc0 /net/py-gspread/Makefile
parent49b00fab214633b47edc3874407f592f923afe5a (diff)
Diffstat (limited to 'net/py-gspread/Makefile')
-rw-r--r--net/py-gspread/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile
index 5e25ba8e59dc..0296cb680aa7 100644
--- a/net/py-gspread/Makefile
+++ b/net/py-gspread/Makefile
@@ -1,7 +1,7 @@
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
PORTNAME= gspread
-PORTVERSION= 3.5.0
+PORTVERSION= 4.0.0
DISTVERSIONPREFIX= v
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
@@ -12,7 +12,9 @@ COMMENT= Google Spreadsheets Python API
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}google-auth>1.12.0:security/py-google-auth@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>0.4.1:security/py-google-auth-oauthlib@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist