security/py-oauth2client: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31

PR:		283686
Reported by:	diizzy
This commit is contained in:
Po-Chuan Hsieh 2025-02-03 23:34:48 +08:00
parent 331d73db3e
commit 4e4e537605
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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} \