git: dbb9c0fa262c - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 19 Nov 2022 21:07:21 UTC
The branch main has been updated by rene:

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

commit dbb9c0fa262c0ef524821fb9782e4260faab5ab4
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-11-19 21:07:01 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-11-19 21:07:01 +0000

    cleanup: Remove expired ports:
    
    2022-11-19 devel/py-pytest4-asyncio: legacy version for pytest4 no longer used by any port
---
 MOVED                              |  1 +
 devel/Makefile                     |  1 -
 devel/py-pytest4-asyncio/Makefile  | 26 --------------------------
 devel/py-pytest4-asyncio/distinfo  |  3 ---
 devel/py-pytest4-asyncio/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index abd31248a287..1cf430ffb36a 100644
--- a/MOVED
+++ b/MOVED
@@ -17614,3 +17614,4 @@ graphics/sciplot|science/sciplot|2022-11-15|Move to avoid conflict with graphics
 x11-wm/hyprland-devel|x11-wm/hyprland|2022-11-16|Updated to the latest stable version
 net/rabbitmq-c-devel|net/rabbitmq-c|2022-11-16|Remove obsolete devel port, use net/rabbitmq-c instead
 databases/foundationdb-devel|databases/foundationdb|2022-11-16|Remove obsolete devel port, use databases/foundationdb instead
+devel/py-pytest4-asyncio||2022-11-19|Has expired: legacy version for pytest4 no longer used by any port
diff --git a/devel/Makefile b/devel/Makefile
index b4696168455a..067347e0e33e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5194,7 +5194,6 @@
     SUBDIR += py-pytest-xdist
     SUBDIR += py-pytest-xprocess
     SUBDIR += py-pytest4
-    SUBDIR += py-pytest4-asyncio
     SUBDIR += py-pytest4-cache
     SUBDIR += py-pytest4-cov
     SUBDIR += py-pytest4-flakes
diff --git a/devel/py-pytest4-asyncio/Makefile b/devel/py-pytest4-asyncio/Makefile
deleted file mode 100644
index 415090a65d1f..000000000000
--- a/devel/py-pytest4-asyncio/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	pytest4-asyncio
-PORTVERSION=	0.10.0
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	${PORTNAME:C/4//}-${PORTVERSION}
-
-MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	Py.test plugin providing fixtures and markers for asyncio (legacy version for pytest 4)
-WWW=		https://pypi.org/project/pytest-asyncio/
-
-LICENSE=	APACHE20
-
-DEPRECATED=	legacy version for pytest4 no longer used by any port
-EXPIRATION_DATE=2022-11-19
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pytest-asyncio
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest4>=3.0.6:devel/py-pytest4@${PY_FLAVOR}
-
-NO_ARCH=	yes
-USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
-PYDISTUTILS_PKGNAME=	${PORTNAME:C/4//}
-
-.include <bsd.port.mk>
diff --git a/devel/py-pytest4-asyncio/distinfo b/devel/py-pytest4-asyncio/distinfo
deleted file mode 100644
index 1378944ef27e..000000000000
--- a/devel/py-pytest4-asyncio/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1546907123
-SHA256 (pytest-asyncio-0.10.0.tar.gz) = 9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf
-SIZE (pytest-asyncio-0.10.0.tar.gz) = 11765
diff --git a/devel/py-pytest4-asyncio/pkg-descr b/devel/py-pytest4-asyncio/pkg-descr
deleted file mode 100644
index 6d11ecea8ff4..000000000000
--- a/devel/py-pytest4-asyncio/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-asyncio code is usually written in the form of coroutines, which makes it
-slightly more difficult to test using normal testing tools. pytest-asyncio
-provides useful fixtures and markers to make testing easier.