aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-11-01 11:05:32 +0000
committerRene Ladan <rene@FreeBSD.org>2025-11-01 11:05:32 +0000
commit314b8c8d0f801be155d85732fa723b651004a7be (patch)
tree4ba82db262e6c7acd98f8a16cfabf9ac0856aa04
parent6daaaf6de94d4c9533997710ad10b301b94ffb5c (diff)
databases/py-pycql: Remove expired port
2025-10-31 databases/py-pycql: Upstream repository has been archived on Aug 31, 2021
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py-pycql/Makefile28
-rw-r--r--databases/py-pycql/distinfo3
-rw-r--r--databases/py-pycql/pkg-descr1
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 15dda5310bdf..6dc0ef5dab21 100644
--- a/MOVED
+++ b/MOVED
@@ -4837,3 +4837,4 @@ games/burrtools|games/burr-tools|2025-10-31|Harmonise with upstream repository n
databases/mongodb60|databases/mongodb70|2025-11-01|Has expired: EOL starting August 2025, see https://www.mongodb.com/legal/support-policy/lifecycles, please use databases/mongodb70
www/phpmustache||2025-11-01|Has expired: Installation mode changed from systemwide to per-application with Composer
dns/fpdns||2025-11-01|Has expired: Upstream repository has been archived on Sep 19, 2024
+databases/py-pycql||2025-11-01|Has expired: Upstream repository has been archived on Aug 31, 2021
diff --git a/databases/Makefile b/databases/Makefile
index a4a468a37e26..9cbf0b74bfa3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -825,7 +825,6 @@
SUBDIR += py-psycopg2cffi
SUBDIR += py-pum
SUBDIR += py-pyarrow
- SUBDIR += py-pycql
SUBDIR += py-pylibmc
SUBDIR += py-pymemcache
SUBDIR += py-pymongo
diff --git a/databases/py-pycql/Makefile b/databases/py-pycql/Makefile
deleted file mode 100644
index 1142736438cb..000000000000
--- a/databases/py-pycql/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= pycql
-PORTVERSION= 0.0.12
-PORTREVISION= 1
-CATEGORIES= databases python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Pure Python parser implementation of the OGC CQL standard
-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} \
- ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/databases/py-pycql/distinfo b/databases/py-pycql/distinfo
deleted file mode 100644
index cf9ba0551ecb..000000000000
--- a/databases/py-pycql/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1619725337
-SHA256 (pycql-0.0.12.tar.gz) = 8684a9c187e3a6981876e7cbd34195c8be89ff455cabd9c286dc781c628750d5
-SIZE (pycql-0.0.12.tar.gz) = 25837
diff --git a/databases/py-pycql/pkg-descr b/databases/py-pycql/pkg-descr
deleted file mode 100644
index 01117dd9c193..000000000000
--- a/databases/py-pycql/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-pycql is a pure Python CQL parser.