git: 5a68556a3fd2 - main - net-p2p/py-vertex: Deprecate and set expiration date to 2024-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 19:57:42 UTC
The branch main has been updated by diizzy:

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

commit 5a68556a3fd26c3a6f906e1c25671d02a4e5ad3f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-25 19:56:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-25 19:56:07 +0000

    net-p2p/py-vertex: Deprecate and set expiration date to 2024-03-31
    
    Abandoned project since 7 years ago
    
    PR:             276981
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 net-p2p/py-vertex/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile
index 1bd8b883306d..9325d438e1d8 100644
--- a/net-p2p/py-vertex/Makefile
+++ b/net-p2p/py-vertex/Makefile
@@ -13,6 +13,9 @@ WWW=		https://launchpad.net/divmod
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Abandoned project since 7 years back
+EXPIRATION_DATE=2024-03-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>=0,1:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}