summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-23 21:14:57 +0200
committerRene Ladan <rene@FreeBSD.org>2025-06-23 21:14:57 +0200
commitf5d5e9967b3a5fab817213cbb90630a16f6a4187 (patch)
tree2c3301ab3ea200694c7f270278afe7e2b042a7f3
parentdevel/py-pytest-relaxed: Remove expired port (diff)
devel/py-pytest4-flakes: Remove expired port
2025-06-21 devel/py-pytest4-flakes: Depends on expiring devel/py-pytest4
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pytest4-flakes/Makefile28
-rw-r--r--devel/py-pytest4-flakes/distinfo3
-rw-r--r--devel/py-pytest4-flakes/pkg-descr1
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 353f2069c15d..1293ab1c2a72 100644
--- a/MOVED
+++ b/MOVED
@@ -4538,3 +4538,4 @@ deskutils/py-todoman||2025-06-23|Has expired: Depends on expired devel/py-atomic
deskutils/py-khard||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites
deskutils/py-khal||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites
devel/py-pytest-relaxed||2025-06-23|Has expired: Depends on expiring devel/py-pytest4
+devel/py-pytest4-flakes||2025-06-23|Has expired: Depends on expiring devel/py-pytest4
diff --git a/devel/Makefile b/devel/Makefile
index 9bdf65528ae9..74207f758c97 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5747,7 +5747,6 @@
SUBDIR += py-pytest-xprocess
SUBDIR += py-pytest4
SUBDIR += py-pytest4-cache
- SUBDIR += py-pytest4-flakes
SUBDIR += py-python-application
SUBDIR += py-python-bugzilla
SUBDIR += py-python-dateutil
diff --git a/devel/py-pytest4-flakes/Makefile b/devel/py-pytest4-flakes/Makefile
deleted file mode 100644
index 008caa9a9d69..000000000000
--- a/devel/py-pytest4-flakes/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= pytest4-flakes
-PORTVERSION= 4.0.5
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Pytest plugin for efficiently checking python source with pyflakes (legacy version for pytest4)
-WWW= https://github.com/fschulze/pytest-flakes
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expiring devel/py-pytest4
-EXPIRATION_DATE=2025-06-21
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-flakes
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.8.0:devel/py-pytest4@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//}
-
-.include <bsd.port.mk>
diff --git a/devel/py-pytest4-flakes/distinfo b/devel/py-pytest4-flakes/distinfo
deleted file mode 100644
index d82fb3f8aed0..000000000000
--- a/devel/py-pytest4-flakes/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1714112551
-SHA256 (pytest-flakes-4.0.5.tar.gz) = 953134e97215ae31f6879fbd7368c18d43f709dc2fab5b7777db2bb2bac3a924
-SIZE (pytest-flakes-4.0.5.tar.gz) = 7313
diff --git a/devel/py-pytest4-flakes/pkg-descr b/devel/py-pytest4-flakes/pkg-descr
deleted file mode 100644
index 07e6f78cd414..000000000000
--- a/devel/py-pytest4-flakes/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-pytest plugin to check source code with pyflakes.