diff --git a/devel/py-aiorpcX-legacy/Makefile b/devel/py-aiorpcX-legacy/Makefile index d3a1db84a02f..2b491cc959e9 100644 --- a/devel/py-aiorpcX-legacy/Makefile +++ b/devel/py-aiorpcX-legacy/Makefile @@ -1,28 +1,32 @@ # Created by: Emanuel Haupt PORTNAME= aiorpcX PORTVERSION= 0.18.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -legacy MAINTAINER= ehaupt@FreeBSD.org 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} USES= python:3.8+ USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py[0-9]*-aiorpcX NO_ARCH= yes # for newer versions use devel/py-aiorpcX PORTSCOUT= ignore:1 .include