blob: 956063645e65b17013879f6340f965c51fedeaf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= pycodestyle
PORTVERSION= 2.14.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>
|