From e8b1f4405a16fb8ca7b674f43b0325950930b5a5 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 21 Feb 2025 23:25:55 +0300 Subject: [PATCH] devel/py-pyro: deprecate and set to expire Development of pyro4 stopped upstream. It's codebase isn't compatible with Python 3.11 and later and will never be. Author recommends to switch to pyro5 (not in ports) for new projects: https://github.com/irmen/Pyro4?tab=readme-ov-file#pyro4---python-remote-objects --- devel/py-pyro/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-pyro/Makefile b/devel/py-pyro/Makefile index e2baa12e31f2..d9e470094a50 100644 --- a/devel/py-pyro/Makefile +++ b/devel/py-pyro/Makefile @@ -12,6 +12,9 @@ WWW= https://pythonhosted.org/Pyro4/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream development stopped, not compatible with py311, use pyro5 instead +EXPIRATION_DATE=2025-03-21 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serpent>=1.27:devel/py-serpent@${PY_FLAVOR} USES= cpe python