Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:01:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3139c091f164 - main - security/py-google-auth: Update to 2.28.2
Message-ID:  <202403231501.42NF1lDm008008@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3139c091f164faf8c5214d8e4d5ebebaf99a46fe

commit 3139c091f164faf8c5214d8e4d5ebebaf99a46fe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:22:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:49:31 +0000

    security/py-google-auth: Update to 2.28.2
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/googleapis/google-auth-library-python/releases
---
 security/py-google-auth/Makefile | 6 ++++--
 security/py-google-auth/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index c78ef3f40d9b..68e0a1a2ae0e 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-auth
-PORTVERSION=	2.28.1
+PORTVERSION=	2.28.2
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,14 @@ WWW=		https://github.com/googleapis/google-auth-library-python
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<6.0:devel/py-cachetools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo
index 47d4ac02ceeb..edd7d2c9f51d 100644
--- a/security/py-google-auth/distinfo
+++ b/security/py-google-auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390720
-SHA256 (google-auth-2.28.1.tar.gz) = 34fc3046c257cedcf1622fc4b31fc2be7923d9b4d44973d481125ecc50d83885
-SIZE (google-auth-2.28.1.tar.gz) = 240469
+TIMESTAMP = 1710712530
+SHA256 (google-auth-2.28.2.tar.gz) = 80b8b4969aa9ed5938c7828308f20f035bc79f9d8fb8120bf9dc8db20b41ba30
+SIZE (google-auth-2.28.2.tar.gz) = 240450



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