diff options
Diffstat (limited to 'devel/py-pytest-relaxed/Makefile')
-rw-r--r-- | devel/py-pytest-relaxed/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile deleted file mode 100644 index e9a83c19d882..000000000000 --- a/devel/py-pytest-relaxed/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= pytest-relaxed -DISTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Relaxed test discovery/organization for pytest -WWW= https://pytest-relaxed.readthedocs.io/ - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=3:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils pytest - -NO_ARCH= yes - -.include <bsd.port.mk> |