diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2025-02-21 20:30:47 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2025-02-21 20:32:02 +0000 |
commit | dc9759e6653bedf902e0e0d511868b1d4596b0be (patch) | |
tree | daa9a31f0f18e95efc334a4407856cf6d9e4e1f0 | |
parent | e8b1f4405a16fb8ca7b674f43b0325950930b5a5 (diff) |
devel/py-serpent: deprecate and set to expire
this port is used exclusively by now deprecated devel/py-pyro, so
mark it deprecated too
-rw-r--r-- | devel/py-serpent/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-serpent/Makefile b/devel/py-serpent/Makefile index 54cc5ec74c9f..c8f480907389 100644 --- a/devel/py-serpent/Makefile +++ b/devel/py-serpent/Makefile @@ -11,6 +11,9 @@ WWW= https://pypi.org/project/serpent/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Used exclusively by now deprecated devel/py-pyro +EXPIRATION_DATE=2025-03-21 + NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils |