pkgsrc/devel/py-docstyle/PLIST
adam 1447aa3b28 py-docstyle: updated to 3.0.0
3.0.0:

Major Updates
Support for Python 3.3 has been dropped
Added support for Python 3.7

New features
Violations are now reported on the line where the docstring starts, not the line of the def/class
Updated description of pep257 and numpy conventions
__all__ parsing is now done on a best-effort basis - if __all__ can't be statically determined, it will be ignored

Bug Fixes
Fixed a false-positive recognition of section names causing D405 to be reported
Fixed a bug where functions that don't end with a newline will sometimes raise an exception
2018-12-05 15:52:42 +00:00

38 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2018/12/05 15:52:42 adam Exp $
bin/pydocstyle-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pydocstyle/__init__.py
${PYSITELIB}/pydocstyle/__init__.pyc
${PYSITELIB}/pydocstyle/__init__.pyo
${PYSITELIB}/pydocstyle/__main__.py
${PYSITELIB}/pydocstyle/__main__.pyc
${PYSITELIB}/pydocstyle/__main__.pyo
${PYSITELIB}/pydocstyle/checker.py
${PYSITELIB}/pydocstyle/checker.pyc
${PYSITELIB}/pydocstyle/checker.pyo
${PYSITELIB}/pydocstyle/cli.py
${PYSITELIB}/pydocstyle/cli.pyc
${PYSITELIB}/pydocstyle/cli.pyo
${PYSITELIB}/pydocstyle/config.py
${PYSITELIB}/pydocstyle/config.pyc
${PYSITELIB}/pydocstyle/config.pyo
${PYSITELIB}/pydocstyle/data/imperatives.txt
${PYSITELIB}/pydocstyle/data/imperatives_blacklist.txt
${PYSITELIB}/pydocstyle/parser.py
${PYSITELIB}/pydocstyle/parser.pyc
${PYSITELIB}/pydocstyle/parser.pyo
${PYSITELIB}/pydocstyle/utils.py
${PYSITELIB}/pydocstyle/utils.pyc
${PYSITELIB}/pydocstyle/utils.pyo
${PYSITELIB}/pydocstyle/violations.py
${PYSITELIB}/pydocstyle/violations.pyc
${PYSITELIB}/pydocstyle/violations.pyo
${PYSITELIB}/pydocstyle/wordlists.py
${PYSITELIB}/pydocstyle/wordlists.pyc
${PYSITELIB}/pydocstyle/wordlists.pyo