aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-02-05 22:25:02 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-02-05 22:25:02 +0800
commitb5f6848d66e447c98a0d4b60f347b906440b7602 (patch)
treea3de386c012a3d8735837396490c1e3d4a06c73e /devel/Makefile
parent9ea7037651a63e02ace32a3ac8744d89f4e73017 (diff)
downloadfreebsd-ports-gnome-b5f6848d66e447c98a0d4b60f347b906440b7602.tar.gz
freebsd-ports-gnome-b5f6848d66e447c98a0d4b60f347b906440b7602.tar.zst
freebsd-ports-gnome-b5f6848d66e447c98a0d4b60f347b906440b7602.zip
- Add py-pydocstyle, py3-pydocstyle
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
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 61c93435d6c9..d131769eee82 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4505,6 +4505,7 @@
SUBDIR += py-pycodestyle
SUBDIR += py-pycparser
SUBDIR += py-pydenticon
+ SUBDIR += py-pydocstyle
SUBDIR += py-pydoop
SUBDIR += py-pyechonest
SUBDIR += py-pyee
@@ -4884,6 +4885,7 @@
SUBDIR += py3-nose
SUBDIR += py3-py
SUBDIR += py3-pycodestyle
+ SUBDIR += py3-pydocstyle
SUBDIR += py3-pyflakes
SUBDIR += py3-pyicu
SUBDIR += py3-pylru-cache