opnsense-ports/devel/py-pycodestyle/Makefile
Franco Fichtner 2e85d86a17 devel/py-pycodestyle: sync with upstream
Taken from: FreeBSD
2023-06-29 20:28:08 +02:00

19 lines
467 B
Makefile

PORTNAME= pycodestyle
PORTVERSION= 2.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
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_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>