pkgsrc/devel/py-flake8/PLIST
adam c22e9bc796 py-flake8: updated to 3.8.1
3.8.1:
Bugs Fixed
- Fix ``--output-file``


3.8.0:
Bugs Fixed
- Fix logical checks which report positions out of bounds
- Fix ``--exclude=.*`` accidentally matching ``.`` and ``..``

Deprecations
- Add deprecation message for vcs hooks


3.8.0a2:
Bugs Fixed
- Fix ``type="str"`` optparse options


3.8.0a1:

New Dependency Information
- Remove dependency on ``entrypoints`` and add dependency on
  ``importlib-metadata`` (only for ``python<3.8``)
- Pyflakes has been updated to >= 2.2.0, < 2.3.0
- pycodestyle has been updated to >= 2.6.0a1, < 2.7.0

Features
- Add ``--extend-exclude`` option to add to ``--exclude`` without overwriting
- Move argument parsing from ``optparse`` to ``argparse``
- Group plugin options in ``--help``
- Remove parsing of ``verbose`` from configuration files as it was not
  consistently applied
- Remove parsing of ``output_file`` from configuration files as it was not
  consistently applied
- Resolve configuration files relative to ``cwd`` instead of common prefix of
  passed filenames.  You may need to change ``flake8 subproject`` to
  ``cd subproject && flake8 .``
- Officially support python3.8
- ``--disable-noqa`` now also disables ``# flake8: noqa``
- Ensure that a missing file produces a ``E902`` error
- ``# noqa`` comments now apply to all of the lines in an explicit ``\``
  continuation or in a line continued by a multi-line string

Bugs Fixed
- Fix ``--exclude=./t.py`` to only match ``t.py`` at the top level
- Fix ``--show-source`` when a file is indented with tabs
- Fix crash when ``--max-line-length`` is given a non-integer
- Prevent flip-flopping of ``indent_char`` causing extra ``E101`` errors
- Only enable multiprocessing when the method is ``fork`` fixing issues
  on macos with python3.8+
- ``noqa`` is now only handled by flake8 fixing specific-noqa.  Plugins
  requesting this parameter will always receive ``False``
- Fix duplicate loading of plugins when invoked via ``python -m flake8``
- Fix early exit when ``--exit-zero`` and ``--diff`` are provided and the diff
  is empty
- Consistently split lines when ``\f`` is present when reading from stdin

Deprecations
- ``python setup.py flake8`` (setuptools integration) is now deprecated and
  will be removed in a future version
- ``type='string'`` (optparse) types are deprecated, use
  ``type=callable`` (argparse) instead.  Support for ``type='string'`` will
  be removed in a future version
- ``%default`` in plugin option help text is deprecated, use ``%(default)s``
  instead.  Support for ``%default`` will be removed in a future version
- optparse-style ``action='callback'`` setting for options is deprecated, use
  argparse action classes instead.  This will be removed in a future version
2020-05-12 06:40:19 +00:00

101 lines
3.7 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2020/05/12 06:40:19 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/_compat.py
${PYSITELIB}/flake8/_compat.pyc
${PYSITELIB}/flake8/_compat.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