K 10 svn:author V 2 rm K 8 svn:date V 27 2012-05-30T19:58:00.000000Z K 7 svn:log V 751 Flake8 is a wrapper around these tools: - PyFlakes - pep8 - Ned's McCabe script Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. WWW: https://bitbucket.org/tarek/flake8 NB: slightly changed version of the port committed. My changes: - add $FreeBSD$ - update to 1.3.1 - add license (MIT) - add a comment about python3. It will work but it use distutils for python3 and setuptools for python2. I think the port will need to be changed to use distutils for both python branches. - use %%PYEASYINSTALL_EGG%% in pkg-plist PR: ports/168108 Submitted by: William Grzybowski END