aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-11-19 21:07:01 +0000
committerRene Ladan <rene@FreeBSD.org>2022-11-19 21:07:01 +0000
commitdbb9c0fa262c0ef524821fb9782e4260faab5ab4 (patch)
tree5ba6d5545b91f608d3f97e6b365b463822c2660e
parent7ec57620e73145e60a8e78b48dc772ad547df876 (diff)
downloadports-dbb9c0fa262c0ef524821fb9782e4260faab5ab4.tar.gz
ports-dbb9c0fa262c0ef524821fb9782e4260faab5ab4.zip
cleanup: Remove expired ports:
2022-11-19 devel/py-pytest4-asyncio: legacy version for pytest4 no longer used by any port
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pytest4-asyncio/Makefile26
-rw-r--r--devel/py-pytest4-asyncio/distinfo3
-rw-r--r--devel/py-pytest4-asyncio/pkg-descr3
5 files changed, 1 insertions, 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.