Pyflakes is a program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. ok rpointel@
29 lines
1.8 KiB
Plaintext
29 lines
1.8 KiB
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/18 12:22:31 mpi Exp $
|
|
bin/pyflakes
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/
|
|
lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME}-py${MODPY_VERSION}.egg-info
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/__init__.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/__init__.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/checker.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/checker.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/messages.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/messages.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/__init__.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/__init__.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/pyflakes.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/pyflakes.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/__init__.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/__init__.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/harness.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/harness.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_imports.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_imports.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_other.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_other.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_script.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_script.pyc
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_undefined_names.py
|
|
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_undefined_names.pyc
|