diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2022-06-10 20:26:55 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2022-06-10 20:26:55 +0000 |
commit | 1ca684565eb3b10666eb0b854360f8bd9fd57d88 (patch) | |
tree | 946bc5f260ded949d6d51113a88812433046a562 /net/py-gspread/Makefile | |
parent | 2b46ffe76f57d552cb21e5c1379c8fcfd11b3642 (diff) |
Diffstat (limited to 'net/py-gspread/Makefile')
-rw-r--r-- | net/py-gspread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile index 2951c9b90b48..cf9cf2b55ae3 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= 5.3.2 +PORTVERSION= 5.4.0 DISTVERSIONPREFIX= v CATEGORIES= net python MASTER_SITES= CHEESESHOP @@ -16,7 +16,7 @@ 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+ +USES= python:3.7+ USE_PYTHON= distutils autoplist USE_GITHUB= yes |