git: a844655c1902 - main - all: expire consumers of security/py-oauth2client on 2025-06-01

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 20:51:54 UTC
The branch main has been updated by rene:

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

commit a844655c190292a2e0b3ef087059bd3dff6b2447
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 20:51:14 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 20:51:14 +0000

    all: expire consumers of security/py-oauth2client on 2025-06-01
---
 deskutils/calcurse/Makefile | 3 +++
 deskutils/gcalcli/Makefile  | 3 +++
 www/py-pydrive2/Makefile    | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile
index 051c96d88b27..8c6de164c942 100644
--- a/deskutils/calcurse/Makefile
+++ b/deskutils/calcurse/Makefile
@@ -12,6 +12,9 @@ WWW=		https://calcurse.org/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Depends on expired security/py-oauth2client
+EXPIRATION_DATE=2025-06-01
+
 USES=		ncurses shebangfix
 SHEBANG_FILES=	contrib/caldav/calcurse-caldav \
 		contrib/caldav/calcurse-caldav.py \
diff --git a/deskutils/gcalcli/Makefile b/deskutils/gcalcli/Makefile
index 26b7d6af2402..cf0c79e04dc1 100644
--- a/deskutils/gcalcli/Makefile
+++ b/deskutils/gcalcli/Makefile
@@ -12,6 +12,9 @@ WWW=		https://github.com/insanum/gcalcli
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Depends on expired security/py-oauth2client
+EXPIRATION_DATE=2025-06-01
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.4:www/py-google-api-python-client@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
diff --git a/www/py-pydrive2/Makefile b/www/py-pydrive2/Makefile
index f3d0204ab647..f8cb93e58b84 100644
--- a/www/py-pydrive2/Makefile
+++ b/www/py-pydrive2/Makefile
@@ -12,6 +12,9 @@ WWW=		https://github.com/iterative/PyDrive2
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Depends on expired security/py-oauth2client
+EXPIRATION_DATE=2025-06-01
+
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}