git: 93cb69cc3015 - main - devel/py-pytest4-asyncio: deprecate

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Wed, 19 Oct 2022 19:17:30 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93cb69cc30156f667424736ca8b0b784677d0389

commit 93cb69cc30156f667424736ca8b0b784677d0389
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-10-19 17:05:08 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-10-19 19:15:05 +0000

    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 8eebfd380bdd..809b3dadbeda 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}