devel/py-aiorpcX-legacy: Expire port

Now that the version constraints of finance/electrum no longer exist we
can deprecate this port with a very short grace period of one month.
This commit is contained in:
Emanuel Haupt 2022-03-21 07:18:17 +01:00
parent 2402ee90ea
commit 2c27922c7e

View file

@ -2,6 +2,7 @@
PORTNAME= aiorpcX
PORTVERSION= 0.18.7
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,6 +13,9 @@ COMMENT= Generic async RPC implementation, including JSON-RPC
LICENSE= MIT
DEPRECATED= Legacy port is no longer required, please use devel/py-aiorpcX instead
EXPIRATION_DATE=2022-04-20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR}