aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-07-31 20:36:05 +0000
committerRene Ladan <rene@FreeBSD.org>2026-07-31 20:36:05 +0000
commitc73ccfbbe61f2cb12fcdd3aee045a2eef172d2df (patch)
tree3347075be69d422f9d26306ca2e1013f9c0a2360
parent0a2fae11105da4b14bcad506cced055283807d19 (diff)
devel/py-python-jsonrpc-server: Remove expired port
2026-07-31 devel/py-python-jsonrpc-server: There is no new version in 6 years, the upstream build and CI are failing and nothing depends on this port, hence the removal
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-python-jsonrpc-server/Makefile34
-rw-r--r--devel/py-python-jsonrpc-server/distinfo3
-rw-r--r--devel/py-python-jsonrpc-server/pkg-descr2
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index 1b2436181a2a..f6cd74067813 100644
--- a/MOVED
+++ b/MOVED
@@ -5534,3 +5534,4 @@ www/py-django-configurations|www/py-django-configurator|2026-07-31|Has expired:
www/dolibarr16||2026-07-31|Has expired: php81 is the recommended max version for run it
www/dolibarr18||2026-07-31|Has expired: php81 is the recommended max version for run it
databases/cassandra3|databases/cassandra4|2026-07-31|Has expired: Cassandra 3.x is no longer maintained upstream, superseded by databases/cassandra4
+devel/py-python-jsonrpc-server||2026-07-31|Has expired: There is no new version in 6 years, the upstream build and CI are failing and nothing depends on this port, hence the removal
diff --git a/devel/Makefile b/devel/Makefile
index e5d71337c932..df0481ccab1f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6029,7 +6029,6 @@
SUBDIR += py-python-gitlab
SUBDIR += py-python-jenkins
SUBDIR += py-python-json-logger
- SUBDIR += py-python-jsonrpc-server
SUBDIR += py-python-magic
SUBDIR += py-python-mimeparse
SUBDIR += py-python-ptrace
diff --git a/devel/py-python-jsonrpc-server/Makefile b/devel/py-python-jsonrpc-server/Makefile
deleted file mode 100644
index 9662f36d1b1c..000000000000
--- a/devel/py-python-jsonrpc-server/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= python-jsonrpc-server
-PORTVERSION= 0.4.0
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= meka@tilda.center
-COMMENT= Python implementation of the JSON RPC 2.0 protocol
-WWW= https://github.com/palantir/python-jsonrpc-server
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= There is no new version in 6 years, the upstream build and CI are failing and nothing depends on this port, hence the removal
-EXPIRATION_DATE= 2026-07-31
-BROKEN= SyntaxWarning: invalid escape sequence '\s'
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR}
-
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent distutils
-
-TEST_ENV= PYTHONPATH=${WRKSRC}/src
-
-NO_ARCH= yes
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
-.include <bsd.port.mk>
diff --git a/devel/py-python-jsonrpc-server/distinfo b/devel/py-python-jsonrpc-server/distinfo
deleted file mode 100644
index 3ccf48de31f6..000000000000
--- a/devel/py-python-jsonrpc-server/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1599641204
-SHA256 (python-jsonrpc-server-0.4.0.tar.gz) = 62c543e541f101ec5b57dc654efc212d2c2e3ea47ff6f54b2e7dcb36ecf20595
-SIZE (python-jsonrpc-server-0.4.0.tar.gz) = 26491
diff --git a/devel/py-python-jsonrpc-server/pkg-descr b/devel/py-python-jsonrpc-server/pkg-descr
deleted file mode 100644
index 4eb74a0cb033..000000000000
--- a/devel/py-python-jsonrpc-server/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Python server implementation of the JSON RPC 2.0 protocol. Asynchronous request
-handling is supported.