mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
Python docstring style checker (formerly pep257) pydocstyle is a static analysis tool for checking compliance with Python docstring conventions. pydocstyle supports most of PEP 257 out of the box, but it should not be considered a reference implementation. pydocstyle supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3. WWW: https://pypi.python.org/pypi/pydocstyle
8 lines
159 B
Makefile
8 lines
159 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pydocstyle
|
|
|
|
USES= python:3 zip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|