mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
Revert r479325, it breaks ports depending on pep8
Pointy hat: yuri
This commit is contained in:
parent
6755bbc3b0
commit
60a15f6548
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479339
@ -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 \
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user