diff options
Diffstat (limited to 'devel/py-pytest-pep8')
-rw-r--r-- | devel/py-pytest-pep8/Makefile | 36 | ||||
-rw-r--r-- | devel/py-pytest-pep8/distinfo | 3 | ||||
-rw-r--r-- | devel/py-pytest-pep8/pkg-descr | 2 |
3 files changed, 0 insertions, 41 deletions
diff --git a/devel/py-pytest-pep8/Makefile b/devel/py-pytest-pep8/Makefile deleted file mode 100644 index a21a6573c879..000000000000 --- a/devel/py-pytest-pep8/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= pytest-pep8 -PORTVERSION= 1.0.6 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= meka@tilda.center -COMMENT= Pytest plugin to check PEP8 requirements -WWW= https://bitbucket.org/pytest-dev/pytest-pep8 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.4.2:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest4-cache>=0:devel/py-pytest4-cache@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pep8>=1.3:devel/pep8@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -TEST_ENV= PYTHONPATH=${WRKSRC}/src - -NO_ARCH= yes - -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ - -k 'not test_strict \ - and not test_ok_verbose \ - and not test_mtime_caching \ - and not test_w293w292' - -.include <bsd.port.mk> diff --git a/devel/py-pytest-pep8/distinfo b/devel/py-pytest-pep8/distinfo deleted file mode 100644 index 630ae17b20d7..000000000000 --- a/devel/py-pytest-pep8/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1576898226 -SHA256 (pytest-pep8-1.0.6.tar.gz) = 032ef7e5fa3ac30f4458c73e05bb67b0f036a8a5cb418a534b3170f89f120318 -SIZE (pytest-pep8-1.0.6.tar.gz) = 7271 diff --git a/devel/py-pytest-pep8/pkg-descr b/devel/py-pytest-pep8/pkg-descr deleted file mode 100644 index 780de3813157..000000000000 --- a/devel/py-pytest-pep8/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This plugin allows to configure on a per-project and per-file basis which -errors or warnings to care about. |