Commit c73ccfbb authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 0a2fae11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −34
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1599641204
SHA256 (python-jsonrpc-server-0.4.0.tar.gz) = 62c543e541f101ec5b57dc654efc212d2c2e3ea47ff6f54b2e7dcb36ecf20595
SIZE (python-jsonrpc-server-0.4.0.tar.gz) = 26491
+0 −2
Original line number Diff line number Diff line
Python server implementation of the JSON RPC 2.0 protocol. Asynchronous request
handling is supported.