git: 4e4e5376053f - main - security/py-oauth2client: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4e4e5376053f96e98c5b833695230b117e162784
commit 4e4e5376053f96e98c5b833695230b117e162784
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:48 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:24 +0000
security/py-oauth2client: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31
PR: 283686
Reported by: diizzy
---
security/py-oauth2client/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile
index caab2e3dd21c..fb855241bf3c 100644
--- a/security/py-oauth2client/Makefile
+++ b/security/py-oauth2client/Makefile
@@ -13,6 +13,9 @@ WWW= https://googleapis.github.io/oauth2client/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Deprecated by upstream. Use security/py-google-auth or security/py-oauthlib instead. See https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html for details
+EXPIRATION_DATE=2025-03-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \