PORTNAME=	pycodestyle
PORTVERSION=	2.11.0
CATEGORIES=	devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Python style guide checker
WWW=		https://pycodestyle.readthedocs.io/en/latest/ \
		https://pypi.org/project/pycodestyle/ \
		https://github.com/PyCQA/pycodestyle

LICENSE=	MIT # mentioned as "Expat"

USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	PyCQA
USE_PYTHON=	autoplist concurrent distutils pytest
NO_ARCH=	yes

.include <bsd.port.mk>
