24d689cfb4
Release 2.1.0 - Allow intentional assignment to variables named _ - Recognize __module__ as a valid name in class scope - pyflakes.checker.Checker supports checking of partial ast trees - Detect assign-before-use for local variables which shadow builtin names - Detect invalid print syntax using >> operator - Treat async for the same as a for loop for introducing variables - Add detection for list concatenation in __all__ - Exempt @typing.overload from duplicate function declaration - Importing a submodule of an as-aliased import-import is marked as used - Report undefined names from __all__ as possibly coming from a * import - Add support for changes in Python 3.8-dev - Add support for PEP 563 (from __future__ import annotations) - Include Python version and platform information in pyflakes --version - Recognize __annotations__ as a valid magic global in Python 3.6+ - Mark names used in PEP 484 # type: ... comments as used - Add check for use of is operator with str, bytes, and int literals
73 lines
3 KiB
Text
73 lines
3 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2019/01/24 09:19:25 adam Exp $
|
|
bin/pyflakes-${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}/top_level.txt
|
|
${PYSITELIB}/pyflakes/__init__.py
|
|
${PYSITELIB}/pyflakes/__init__.pyc
|
|
${PYSITELIB}/pyflakes/__init__.pyo
|
|
${PYSITELIB}/pyflakes/__main__.py
|
|
${PYSITELIB}/pyflakes/__main__.pyc
|
|
${PYSITELIB}/pyflakes/__main__.pyo
|
|
${PYSITELIB}/pyflakes/api.py
|
|
${PYSITELIB}/pyflakes/api.pyc
|
|
${PYSITELIB}/pyflakes/api.pyo
|
|
${PYSITELIB}/pyflakes/checker.py
|
|
${PYSITELIB}/pyflakes/checker.pyc
|
|
${PYSITELIB}/pyflakes/checker.pyo
|
|
${PYSITELIB}/pyflakes/messages.py
|
|
${PYSITELIB}/pyflakes/messages.pyc
|
|
${PYSITELIB}/pyflakes/messages.pyo
|
|
${PYSITELIB}/pyflakes/reporter.py
|
|
${PYSITELIB}/pyflakes/reporter.pyc
|
|
${PYSITELIB}/pyflakes/reporter.pyo
|
|
${PYSITELIB}/pyflakes/scripts/__init__.py
|
|
${PYSITELIB}/pyflakes/scripts/__init__.pyc
|
|
${PYSITELIB}/pyflakes/scripts/__init__.pyo
|
|
${PYSITELIB}/pyflakes/scripts/pyflakes.py
|
|
${PYSITELIB}/pyflakes/scripts/pyflakes.pyc
|
|
${PYSITELIB}/pyflakes/scripts/pyflakes.pyo
|
|
${PYSITELIB}/pyflakes/test/__init__.py
|
|
${PYSITELIB}/pyflakes/test/__init__.pyc
|
|
${PYSITELIB}/pyflakes/test/__init__.pyo
|
|
${PYSITELIB}/pyflakes/test/harness.py
|
|
${PYSITELIB}/pyflakes/test/harness.pyc
|
|
${PYSITELIB}/pyflakes/test/harness.pyo
|
|
${PYSITELIB}/pyflakes/test/test_api.py
|
|
${PYSITELIB}/pyflakes/test/test_api.pyc
|
|
${PYSITELIB}/pyflakes/test/test_api.pyo
|
|
${PYSITELIB}/pyflakes/test/test_builtin.py
|
|
${PYSITELIB}/pyflakes/test/test_builtin.pyc
|
|
${PYSITELIB}/pyflakes/test/test_builtin.pyo
|
|
${PYSITELIB}/pyflakes/test/test_checker.py
|
|
${PYSITELIB}/pyflakes/test/test_checker.pyc
|
|
${PYSITELIB}/pyflakes/test/test_checker.pyo
|
|
${PYSITELIB}/pyflakes/test/test_code_segment.py
|
|
${PYSITELIB}/pyflakes/test/test_code_segment.pyc
|
|
${PYSITELIB}/pyflakes/test/test_code_segment.pyo
|
|
${PYSITELIB}/pyflakes/test/test_dict.py
|
|
${PYSITELIB}/pyflakes/test/test_dict.pyc
|
|
${PYSITELIB}/pyflakes/test/test_dict.pyo
|
|
${PYSITELIB}/pyflakes/test/test_doctests.py
|
|
${PYSITELIB}/pyflakes/test/test_doctests.pyc
|
|
${PYSITELIB}/pyflakes/test/test_doctests.pyo
|
|
${PYSITELIB}/pyflakes/test/test_imports.py
|
|
${PYSITELIB}/pyflakes/test/test_imports.pyc
|
|
${PYSITELIB}/pyflakes/test/test_imports.pyo
|
|
${PYSITELIB}/pyflakes/test/test_is_literal.py
|
|
${PYSITELIB}/pyflakes/test/test_is_literal.pyc
|
|
${PYSITELIB}/pyflakes/test/test_is_literal.pyo
|
|
${PYSITELIB}/pyflakes/test/test_other.py
|
|
${PYSITELIB}/pyflakes/test/test_other.pyc
|
|
${PYSITELIB}/pyflakes/test/test_other.pyo
|
|
${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.py
|
|
${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.pyc
|
|
${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.pyo
|
|
${PYSITELIB}/pyflakes/test/test_type_annotations.py
|
|
${PYSITELIB}/pyflakes/test/test_type_annotations.pyc
|
|
${PYSITELIB}/pyflakes/test/test_type_annotations.pyo
|
|
${PYSITELIB}/pyflakes/test/test_undefined_names.py
|
|
${PYSITELIB}/pyflakes/test/test_undefined_names.pyc
|
|
${PYSITELIB}/pyflakes/test/test_undefined_names.pyo
|