From 60a15f6548325c7f289420be704f39984bf26e58 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 9 Sep 2018 22:21:48 +0000 Subject: [PATCH] Revert r479325, it breaks ports depending on pep8 Pointy hat: yuri --- devel/pep8/Makefile | 6 +++--- devel/pep8/pkg-descr | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/pep8/Makefile b/devel/pep8/Makefile index 23ffe9ec3ac1..6ee3c8b142e1 100644 --- a/devel/pep8/Makefile +++ b/devel/pep8/Makefile @@ -3,7 +3,7 @@ PORTNAME= pep8 PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,9 @@ COMMENT= Python style guide checker LICENSE= MIT -USES= python -USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils do-test: @(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \ diff --git a/devel/pep8/pkg-descr b/devel/pep8/pkg-descr index 4bb53e10e403..f53ee7afd4f5 100644 --- a/devel/pep8/pkg-descr +++ b/devel/pep8/pkg-descr @@ -1,6 +1,4 @@ pep8 is a tool to check your Python code against some of the style conventions in PEP 8. -This project was renamed to 'pycodestyle', see the port devel/py-pycodestyle. - WWW: https://pypi.org/project/pep8/