git: 6945e8b09798 - main - net/py-gspread: unbreak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jul 2023 23:43:32 UTC
The branch main has been updated by skreuzer: URL: https://cgit.FreeBSD.org/ports/commit/?id=6945e8b0979809b662a29fe48eb4cfa2000a727b commit 6945e8b0979809b662a29fe48eb4cfa2000a727b Author: Steven Kreuzer <skreuzer@FreeBSD.org> AuthorDate: 2023-07-07 23:42:10 +0000 Commit: Steven Kreuzer <skreuzer@FreeBSD.org> CommitDate: 2023-07-07 23:42:53 +0000 net/py-gspread: unbreak Replace distutils with pep517 --- net/py-gspread/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile index 5eb6e5d62516..fc92da348e6c 100644 --- a/net/py-gspread/Makefile +++ b/net/py-gspread/Makefile @@ -1,6 +1,7 @@ PORTNAME= gspread PORTVERSION= 5.10.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>0.4.1:security/py-google-auth-oauthlib@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= pep517 autoplist NO_ARCH= yes