ports/devel/py-pycodestyle/Makefile
2024-08-06 16:54:17 +03:00

20 lines
482 B
Makefile

PORTNAME= pycodestyle
PORTVERSION= 2.12.1
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>