mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
20 lines
482 B
Makefile
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>
|