diff --git a/devel/py-pycodestyle/Makefile b/devel/py-pycodestyle/Makefile index 68109eb12fdd..675c918222bd 100644 --- a/devel/py-pycodestyle/Makefile +++ b/devel/py-pycodestyle/Makefile @@ -1,20 +1,19 @@ PORTNAME= pycodestyle PORTVERSION= 2.9.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Python style guide checker -WWW= https://pycodestyle.readthedocs.io/en/latest/ +WWW= https://pycodestyle.readthedocs.io/en/latest/ \ + https://pypi.org/project/pycodestyle/ \ + https://github.com/pycqa/pycodestyle LICENSE= MIT # mentioned as "Expat" -USES= python:3.6+ +USES= python:3.6+ pytest USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover testsuite - .include diff --git a/devel/py-pycodestyle/pkg-descr b/devel/py-pycodestyle/pkg-descr index 47b9cc8ed4c1..195d8f5e8f32 100644 --- a/devel/py-pycodestyle/pkg-descr +++ b/devel/py-pycodestyle/pkg-descr @@ -1,7 +1,5 @@ pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. This package used to be called pep8 but was renamed to pycodestyle to reduce confusion - -See also: https://pypi.org/project/pycodestyle/