mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Extension for flake8 which uses pydocstyle to check docstrings WWW: https://pypi.python.org/pypi/flake8-docstrings
12 lines
361 B
Makefile
12 lines
361 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-flake8-docstrings
|
|
|
|
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py3-flake8 \
|
|
${PYTHON_PKGNAMEPREFIX}flake8-polyfill>=0:devel/py3-flake8-polyfill \
|
|
${PYTHON_PKGNAMEPREFIX}pydocstyle>=0:devel/py3-pydocstyle
|
|
|
|
USES= python:3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|