aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-03-31 14:32:16 +0000
committerRene Ladan <rene@FreeBSD.org>2025-03-31 14:32:16 +0000
commit91c01c9f1fccc2f6a4c512d456cb72ba17e3cd6c (patch)
tree20fb9aa46b478ad7abd1137b51e523ab9ff199bb
parent28a1cf1a9cb385b11500c8e9e37611efdb9b13b1 (diff)
databases/py-pgxnclient: Remove expired port
2025-03-31 databases/py-pgxnclient: Depends on expired devel/py-pytest-runner
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py-pgxnclient/Makefile27
-rw-r--r--databases/py-pgxnclient/distinfo3
-rw-r--r--databases/py-pgxnclient/pkg-descr3
5 files changed, 1 insertions, 34 deletions
diff --git a/MOVED b/MOVED
index 32cbe65d264f..099ebb4aadbe 100644
--- a/MOVED
+++ b/MOVED
@@ -4231,3 +4231,4 @@ net-p2p/vuze||2025-03-31|Has expired: Abandoned upstream
finance/odoo15||2025-03-31|Has expired: Depends on expired converters/wkhtmltopdf and print/py-pypdf2
devel/py-fbprophet||2025-03-31|Has expired: Depends on expired math/py-pystan
multimedia/ogmrip||2025-03-31|Has expired: Abandonware, last activity in 2018 and lacks support for new formats. Consider using multimedia/handbrake
+databases/py-pgxnclient||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/databases/Makefile b/databases/Makefile
index 9414cac7f5ef..0ee5d2466656 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -792,7 +792,6 @@
SUBDIR += py-pglite
SUBDIR += py-pgmigrate
SUBDIR += py-pgspecial
- SUBDIR += py-pgxnclient
SUBDIR += py-pickledb
SUBDIR += py-pickleshare
SUBDIR += py-pony
diff --git a/databases/py-pgxnclient/Makefile b/databases/py-pgxnclient/Makefile
deleted file mode 100644
index 471084a1e246..000000000000
--- a/databases/py-pgxnclient/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= pgxnclient
-PORTVERSION= 1.3.2
-PORTREVISION= 2
-CATEGORIES= databases python
-MASTER_SITES= PYPI
-
-MAINTAINER= lwhsu@FreeBSD.org
-COMMENT= Command line tool to interact with the PostgreSQL Extension Network
-WWW= https://pgxn.github.io/pgxnclient/
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-
-USES= python shebangfix
-USE_PYTHON= autoplist concurrent distutils optsuffix
-SHEBANG_FILES= pgxnclient/libexec/pgxn-*
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/databases/py-pgxnclient/distinfo b/databases/py-pgxnclient/distinfo
deleted file mode 100644
index 0692a8e63040..000000000000
--- a/databases/py-pgxnclient/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1633506334
-SHA256 (pgxnclient-1.3.2.tar.gz) = b0343e044b8d0044ff4be585ecce0147b1007db7ae8b12743bf222758a4ec7d9
-SIZE (pgxnclient-1.3.2.tar.gz) = 86146
diff --git a/databases/py-pgxnclient/pkg-descr b/databases/py-pgxnclient/pkg-descr
deleted file mode 100644
index 2a113df6990e..000000000000
--- a/databases/py-pgxnclient/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The PGXN Client is a command line tool designed to interact with the
-PostgreSQL Extension Network allowing searching, compiling, installing,
-and removing extensions in PostgreSQL databases.