diff options
-rw-r--r-- | net-p2p/py-vertex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |