git: 2787daa5f4ab - main - devel/py-pydrive: Deprecate and set expiration date to 2025-01-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jan 2025 12:02:43 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2787daa5f4ab2de557ee90adfc58efa624f1b15e
commit 2787daa5f4ab2de557ee90adfc58efa624f1b15e
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-01-19 12:00:35 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-01-19 12:02:22 +0000
devel/py-pydrive: Deprecate and set expiration date to 2025-01-31
Upstream repo archived on Jul 22, 2021
PR: 283684
Reviewed by: Paul Mather <paul@gromit.dlib.vt.edu> (maintainer)
---
devel/py-pydrive/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/py-pydrive/Makefile b/devel/py-pydrive/Makefile
index 4c9179227ba8..dd45d6b27295 100644
--- a/devel/py-pydrive/Makefile
+++ b/devel/py-pydrive/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/googledrive/PyDrive
LICENSE= APACHE20
+DEPRECATED= Upstream repo archived on Jul 22, 2021
+EXPIRATION_DATE=2024-01-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.2:www/py-google-api-python-client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0.0:security/py-oauth2client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=3.11:devel/py-pyyaml@${PY_FLAVOR}