diff options
-rw-r--r-- | security/py-google-auth/Makefile | 6 | ||||
-rw-r--r-- | 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 |