git: e8b1f4405a16 - main - devel/py-pyro: deprecate and set to expire

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Fri, 21 Feb 2025 20:28:02 UTC
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8b1f4405a16fb8ca7b674f43b0325950930b5a5

commit e8b1f4405a16fb8ca7b674f43b0325950930b5a5
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-02-21 20:25:55 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-02-21 20:25:55 +0000

    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