diff --git a/devel/py-python-jsonrpc-server/Makefile b/devel/py-python-jsonrpc-server/Makefile index da0efb946eeb..9662f36d1b1c 100644 --- a/devel/py-python-jsonrpc-server/Makefile +++ b/devel/py-python-jsonrpc-server/Makefile @@ -1,30 +1,34 @@ 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