diff options
Diffstat (limited to 'devel/py-pytest4-flakes')
-rw-r--r-- | devel/py-pytest4-flakes/Makefile | 28 | ||||
-rw-r--r-- | devel/py-pytest4-flakes/distinfo | 3 | ||||
-rw-r--r-- | devel/py-pytest4-flakes/pkg-descr | 1 |
3 files changed, 0 insertions, 32 deletions
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. |