py_static_check can statically check your Python code for a lot of common errors. It uses a modified pyflakes code and extends with following things: Ability to specify what star imports resolve to (-s argument) Ability to ignore unused import warnings (-i argument) Better sorting of warnings/errors WWW: http://pypi.python.org/pypi/py_static_check Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
State Changed From-To: open->suspended Wait for ports/163477.
lwhsu 2012-01-07 11:47:54 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-py_static_check Makefile distinfo pkg-descr pkg-plist Log: Add py-py_static_check 1.2, statically check your python code. PR: ports/163468 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Revision Changes Path 1.4794 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/py-py_static_check/Makefile (new) 1.1 +2 -0 ports/devel/py-py_static_check/distinfo (new) 1.1 +9 -0 ports/devel/py-py_static_check/pkg-descr (new) 1.1 +21 -0 ports/devel/py-py_static_check/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: suspended->closed New port added. Thanks!