git: f8504767c3c3 - main - databases/py-pycql: Mark DEPRECATED and set EXPIRATION_DATE to 2025-10-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 11:24:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f8504767c3c377d6406457a5ca9f43f8fe88dffa
commit f8504767c3c377d6406457a5ca9f43f8fe88dffa
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:21:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:21:58 +0000
databases/py-pycql: Mark DEPRECATED and set EXPIRATION_DATE to 2025-10-31
Upstream repository has been archived on Aug 31, 2021.
PR: 287190
Reported by: diizzy
---
databases/py-pycql/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/databases/py-pycql/Makefile b/databases/py-pycql/Makefile
index c70c8e9628ad..1142736438cb 100644
--- a/databases/py-pycql/Makefile
+++ b/databases/py-pycql/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/geopython/pycql
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream repository has been archived on Aug 31, 2021
+EXPIRATION_DATE=2025-10-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}dateparser>=0:devel/py-dateparser@${PY_FLAVOR} \