aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 15:34:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 15:54:24 +0000
commit4e4e5376053f96e98c5b833695230b117e162784 (patch)
tree36fa616e33c2265f22213fb4d4d21e23384d372f
parent331d73db3e39d03c83021133a1ac6a19f167c69d (diff)
security/py-oauth2client: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31
PR: 283686 Reported by: diizzy
-rw-r--r--security/py-oauth2client/Makefile3
1 files changed, 3 insertions, 0 deletions
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} \