opnsense-ports/devel/py-flake8-docstrings/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

23 lines
648 B
Makefile

PORTNAME= flake8-docstrings
PORTVERSION= 1.7.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Extension for flake8 which uses pydocstyle to check docstrings
WWW= https://pypi.org/project/flake8-docstrings/ \
https://github.com/pycqa/flake8-docstrings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydocstyle>=0:devel/py-pydocstyle@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>