pkgsrc/devel/py-flake8/PLIST
adam cd7d2bf07a py-flake8: updated to 3.7.1
3.7.1:
Bugs Fixed
- Fix capitalized filenames in per-file-ignores setting

3.7.0:
New Dependency Information
- Add dependency on entrypoints >= 0.3, < 0.4
- Pyflakes has been updated to >= 2.1.0, < 2.2.0
- pycodestyle has been updated to >= 2.5.0, < 2.6.0

Features
- Add support for per-file-ignores
- Enable use of float and complex option types
- Improve startup performance by switching from pkg_resources to
  entrypoints
- Add metadata for use through the pre-commit_ git hooks framework
- Allow physical line checks to return more than one result
- Allow # noqa:X123 comments without space between the colon and codes
  list
- Remove broken and unused flake8.listen plugin type
2019-01-30 22:53:11 +00:00

98 lines
3.6 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2019/01/30 22:53:11 adam Exp $
bin/flake8-${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}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/flake8/__init__.py
${PYSITELIB}/flake8/__init__.pyc
${PYSITELIB}/flake8/__init__.pyo
${PYSITELIB}/flake8/__main__.py
${PYSITELIB}/flake8/__main__.pyc
${PYSITELIB}/flake8/__main__.pyo
${PYSITELIB}/flake8/api/__init__.py
${PYSITELIB}/flake8/api/__init__.pyc
${PYSITELIB}/flake8/api/__init__.pyo
${PYSITELIB}/flake8/api/legacy.py
${PYSITELIB}/flake8/api/legacy.pyc
${PYSITELIB}/flake8/api/legacy.pyo
${PYSITELIB}/flake8/checker.py
${PYSITELIB}/flake8/checker.pyc
${PYSITELIB}/flake8/checker.pyo
${PYSITELIB}/flake8/defaults.py
${PYSITELIB}/flake8/defaults.pyc
${PYSITELIB}/flake8/defaults.pyo
${PYSITELIB}/flake8/exceptions.py
${PYSITELIB}/flake8/exceptions.pyc
${PYSITELIB}/flake8/exceptions.pyo
${PYSITELIB}/flake8/formatting/__init__.py
${PYSITELIB}/flake8/formatting/__init__.pyc
${PYSITELIB}/flake8/formatting/__init__.pyo
${PYSITELIB}/flake8/formatting/base.py
${PYSITELIB}/flake8/formatting/base.pyc
${PYSITELIB}/flake8/formatting/base.pyo
${PYSITELIB}/flake8/formatting/default.py
${PYSITELIB}/flake8/formatting/default.pyc
${PYSITELIB}/flake8/formatting/default.pyo
${PYSITELIB}/flake8/main/__init__.py
${PYSITELIB}/flake8/main/__init__.pyc
${PYSITELIB}/flake8/main/__init__.pyo
${PYSITELIB}/flake8/main/application.py
${PYSITELIB}/flake8/main/application.pyc
${PYSITELIB}/flake8/main/application.pyo
${PYSITELIB}/flake8/main/cli.py
${PYSITELIB}/flake8/main/cli.pyc
${PYSITELIB}/flake8/main/cli.pyo
${PYSITELIB}/flake8/main/debug.py
${PYSITELIB}/flake8/main/debug.pyc
${PYSITELIB}/flake8/main/debug.pyo
${PYSITELIB}/flake8/main/git.py
${PYSITELIB}/flake8/main/git.pyc
${PYSITELIB}/flake8/main/git.pyo
${PYSITELIB}/flake8/main/mercurial.py
${PYSITELIB}/flake8/main/mercurial.pyc
${PYSITELIB}/flake8/main/mercurial.pyo
${PYSITELIB}/flake8/main/options.py
${PYSITELIB}/flake8/main/options.pyc
${PYSITELIB}/flake8/main/options.pyo
${PYSITELIB}/flake8/main/setuptools_command.py
${PYSITELIB}/flake8/main/setuptools_command.pyc
${PYSITELIB}/flake8/main/setuptools_command.pyo
${PYSITELIB}/flake8/main/vcs.py
${PYSITELIB}/flake8/main/vcs.pyc
${PYSITELIB}/flake8/main/vcs.pyo
${PYSITELIB}/flake8/options/__init__.py
${PYSITELIB}/flake8/options/__init__.pyc
${PYSITELIB}/flake8/options/__init__.pyo
${PYSITELIB}/flake8/options/aggregator.py
${PYSITELIB}/flake8/options/aggregator.pyc
${PYSITELIB}/flake8/options/aggregator.pyo
${PYSITELIB}/flake8/options/config.py
${PYSITELIB}/flake8/options/config.pyc
${PYSITELIB}/flake8/options/config.pyo
${PYSITELIB}/flake8/options/manager.py
${PYSITELIB}/flake8/options/manager.pyc
${PYSITELIB}/flake8/options/manager.pyo
${PYSITELIB}/flake8/plugins/__init__.py
${PYSITELIB}/flake8/plugins/__init__.pyc
${PYSITELIB}/flake8/plugins/__init__.pyo
${PYSITELIB}/flake8/plugins/manager.py
${PYSITELIB}/flake8/plugins/manager.pyc
${PYSITELIB}/flake8/plugins/manager.pyo
${PYSITELIB}/flake8/plugins/pyflakes.py
${PYSITELIB}/flake8/plugins/pyflakes.pyc
${PYSITELIB}/flake8/plugins/pyflakes.pyo
${PYSITELIB}/flake8/processor.py
${PYSITELIB}/flake8/processor.pyc
${PYSITELIB}/flake8/processor.pyo
${PYSITELIB}/flake8/statistics.py
${PYSITELIB}/flake8/statistics.pyc
${PYSITELIB}/flake8/statistics.pyo
${PYSITELIB}/flake8/style_guide.py
${PYSITELIB}/flake8/style_guide.pyc
${PYSITELIB}/flake8/style_guide.pyo
${PYSITELIB}/flake8/utils.py
${PYSITELIB}/flake8/utils.pyc
${PYSITELIB}/flake8/utils.pyo