0e8a0f4e4c
- Add devel/py-flakes entry to MOVED - Add py-pyflakes SUBDIR to devel/Makefile While I'm here: - Update to 0.6.1 - Take maintainership (multiple timeouts since 2009) - Switch to setuptools, and update pkg-plist accordingly - Remove unecessary DISTNAME & PYDISTUTILS_PKGNAME after rename - Patch setup.py, adding zip_safe=False - Add LICENSE - Add TESTS option and regression-test: target - Update COMMENT to match upstream and conventions - Trim Makefile header Approved by: maintainer timeout (2 weeks) Approved by: rm (mentor) PR: ports/176236
7 lines
403 B
Text
7 lines
403 B
Text
Pyflakes is a simple program which checks Python source files for errors. It is
|
|
similar to PyChecker in scope, but differs in that it does not execute the
|
|
modules to check them. This is both safer and faster, although it does not
|
|
perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors
|
|
in programs; it does not perform any checks on style.
|
|
|
|
WWW: https://launchpad.net/pyflakes
|