=========== o SET LICENSE other: 0.4.0 (2009-11-25): 2 - Fix reporting for certain SyntaxErrors which lack line number 3 information. 4 - Check for syntax errors more rigorously. 5 - Support checking names used with the class decorator syntax in versions 6 of Python which have it. 7 - Detect local variables which are bound but never used. 8 - Handle permission errors when trying to read source files. 9 - Handle problems with the encoding of source files. 10 - Support importing dotted names so as not to incorrectly report them as 11 redefined unused names. 12 - Support all forms of the with statement. 13 - Consider static `__all__` definitions and avoid reporting unused names 14 if the names are listed there. 15 - Fix incorrect checking of class names with respect to the names of their 16 bases in the class statement. 17 - Support the `__path__` global in `__init__.py`.
35 lines
1.4 KiB
Text
35 lines
1.4 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2010/07/31 00:37:21 jihbed Exp $
|
|
bin/pyflakes2.6
|
|
${PYSITELIB}/pyflakes/__init__.py
|
|
${PYSITELIB}/pyflakes/__init__.pyc
|
|
${PYSITELIB}/pyflakes/__init__.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/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_imports.py
|
|
${PYSITELIB}/pyflakes/test/test_imports.pyc
|
|
${PYSITELIB}/pyflakes/test/test_imports.pyo
|
|
${PYSITELIB}/pyflakes/test/test_other.py
|
|
${PYSITELIB}/pyflakes/test/test_other.pyc
|
|
${PYSITELIB}/pyflakes/test/test_other.pyo
|
|
${PYSITELIB}/pyflakes/test/test_script.py
|
|
${PYSITELIB}/pyflakes/test/test_script.pyc
|
|
${PYSITELIB}/pyflakes/test/test_script.pyo
|
|
${PYSITELIB}/pyflakes/test/test_undefined_names.py
|
|
${PYSITELIB}/pyflakes/test/test_undefined_names.pyc
|
|
${PYSITELIB}/pyflakes/test/test_undefined_names.pyo
|