# Created by: Sofian Brabez PORTNAME= pep8 PORTVERSION= 1.7.1 PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sbz@FreeBSD.org COMMENT= Python style guide checker LICENSE= MIT NO_ARCH= yes USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils do-test: @(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \ --doctest --testsuite=testsuite) .include