19 lines
408 B
Makefile
19 lines
408 B
Makefile
PORTNAME= pycodestyle
|
|
PORTVERSION= 2.8.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Python style guide checker
|
|
|
|
LICENSE= MIT # mentioned as "Expat"
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover testsuite
|
|
|
|
.include <bsd.port.mk>
|