From 93cb69cc30156f667424736ca8b0b784677d0389 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 19 Oct 2022 20:05:08 +0300 Subject: [PATCH] devel/py-pytest4-asyncio: deprecate After ftp/py-aioftp has switched to up to date pytest, this port is no longer needed for anything. Approved by: portmgr blanket --- devel/py-pytest4-asyncio/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-pytest4-asyncio/Makefile b/devel/py-pytest4-asyncio/Makefile index 8eebfd380bdd3..809b3dadbeda9 100644 --- a/devel/py-pytest4-asyncio/Makefile +++ b/devel/py-pytest4-asyncio/Makefile @@ -11,6 +11,9 @@ WWW= https://pypi.org/project/pytest-asyncio/ LICENSE= APACHE20 +DEPRECATED= legacy version for pytest4 no longer used by any port +EXPIRATION_DATA=2022-11-19 + CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=3.0.6:devel/py-pytest4@${PY_FLAVOR}