Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2023 23:43:32 GMT
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6945e8b09798 - main - net/py-gspread: unbreak
Message-ID:  <202307072343.367NhWEK093363@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307072343.367NhWEK093363>