aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pycodestyle/Makefile
blob: ddab2bfab81fdffee72f0b1a20163289aa54fa36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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:3.6+
USE_PYTHON=	autoplist concurrent distutils pytest
NO_ARCH=	yes

.include <bsd.port.mk>