summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pytest-runner/Makefile25
-rw-r--r--devel/py-pytest-runner/distinfo3
-rw-r--r--devel/py-pytest-runner/files/patch-setup.py9
-rw-r--r--devel/py-pytest-runner/pkg-descr13
6 files changed, 1 insertions, 51 deletions
diff --git a/MOVED b/MOVED
index 9a85d217458c..0309b7dd015f 100644
--- a/MOVED
+++ b/MOVED
@@ -4553,3 +4553,4 @@ sysutils/daggy||2025-06-23|Has expired: Depends on expired security/botan2
java/jdom||2025-06-23|Has expired: Depends on exired java/jaxen
java/jaxen||2025-06-23|Has expired: Outdated, unsupported upstream and unmaintained in tree for years
devel/py-atomicwrites||2025-06-23|Has expired: Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead
+devel/py-pytest-runner||2025-06-23|Has expired: pytest-runner depends on deprecated features of setuptools
diff --git a/devel/Makefile b/devel/Makefile
index c7e7d4cbd2a4..39c55efcf07d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5723,7 +5723,6 @@
SUBDIR += py-pytest-rerunfailures
SUBDIR += py-pytest-ruff
SUBDIR += py-pytest-run-parallel
- SUBDIR += py-pytest-runner
SUBDIR += py-pytest-services
SUBDIR += py-pytest-shutil
SUBDIR += py-pytest-socket
diff --git a/devel/py-pytest-runner/Makefile b/devel/py-pytest-runner/Makefile
deleted file mode 100644
index 05e85828798b..000000000000
--- a/devel/py-pytest-runner/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= pytest-runner
-PORTVERSION= 6.0.1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Test support for pytest runner in setup.py
-WWW= https://github.com/pytest-dev/pytest-runner
-
-LICENSE= MIT
-
-DEPRECATED= pytest-runner depends on deprecated features of setuptools
-EXPIRATION_DATE= 2024-12-31
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist pep517 pytest
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-pytest-runner/distinfo b/devel/py-pytest-runner/distinfo
deleted file mode 100644
index ebbbbc8656ba..000000000000
--- a/devel/py-pytest-runner/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1701687286
-SHA256 (pytest-runner-6.0.1.tar.gz) = 70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882f0f49b
-SIZE (pytest-runner-6.0.1.tar.gz) = 16056
diff --git a/devel/py-pytest-runner/files/patch-setup.py b/devel/py-pytest-runner/files/patch-setup.py
deleted file mode 100644
index d2372d7538e9..000000000000
--- a/devel/py-pytest-runner/files/patch-setup.py
+++ /dev/null
@@ -1,9 +0,0 @@
---- setup.py.orig 2022-09-10 13:31:26 UTC
-+++ setup.py
-@@ -0,0 +1,6 @@
-+#!/usr/bin/env python
-+
-+import setuptools
-+
-+if __name__ == "__main__":
-+ setuptools.setup()
diff --git a/devel/py-pytest-runner/pkg-descr b/devel/py-pytest-runner/pkg-descr
deleted file mode 100644
index b774ab9399b1..000000000000
--- a/devel/py-pytest-runner/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Setup scripts can use pytest-runner to add setup.py test support
-for pytest runner.
-
-Notice: pytest-runner depends on deprecated features of setuptools and relies on
-features that break security mechanisms in pip.
-
-It is recommended that you:
-
-- Remove 'pytest-runner' from your setup_requires, preferably removing the
- setup_requires option.
-- Remove 'pytest' and any other testing requirements from tests_require,
- preferably removing the tests_requires option.
-- Select a tool to bootstrap and then run tests such as tox.