git: f5d5e9967b3a - main - devel/py-pytest4-flakes: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jun 2025 19:15:01 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5d5e9967b3a5fab817213cbb90630a16f6a4187
commit f5d5e9967b3a5fab817213cbb90630a16f6a4187
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-23 19:14:57 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-23 19:14:57 +0000
devel/py-pytest4-flakes: Remove expired port
2025-06-21 devel/py-pytest4-flakes: Depends on expiring devel/py-pytest4
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-pytest4-flakes/Makefile | 28 ----------------------------
devel/py-pytest4-flakes/distinfo | 3 ---
devel/py-pytest4-flakes/pkg-descr | 1 -
5 files changed, 1 insertion(+), 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.