Summary: | [NEW PORT] devel/py-pylama: Code audit tool for Python | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexander Sieg <ports> | ||||
Component: | Individual Port(s) | Assignee: | Danilo G. Baio <dbaio> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | dbaio | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alexander Sieg
2019-07-13 10:40:47 UTC
Created attachment 205748 [details]
patch
A commit references this bug: Author: dbaio Date: Sat Aug 17 21:46:38 UTC 2019 New revision: 509177 URL: https://svnweb.freebsd.org/changeset/ports/509177 Log: Add devel/py-pylama: Code audit tool for Python Code audit tool for Python and JavaScript. Pylama wraps these tools: - pycodestyle (formerly pep8) (c) 2012-2013, Florent Xicluna; - pydocstyle (formerly pep257 by Vladimir Keleshev) (c) 2014, Amir Rachum; - PyFlakes (c) 2005-2013, Kevin Watters; - Mccabe (c) Ned Batchelder; - Pylint (c) 2013, Logilab (should be installed 'pylama_pylint' module); - Radon (c) Michele Lacchia - gjslint (c) The Closure Linter Authors (should be installed 'pylama_gjslint' module); - eradicate (c) Steven Myint; - Mypy (c) Jukka Lehtosalo and contributors; WWW: https://github.com/klen/pylama PR: 239184 Submitted by: Alexander Sieg <alex@xanderio.de> Changes: head/devel/Makefile head/devel/py-pylama/ head/devel/py-pylama/Makefile head/devel/py-pylama/distinfo head/devel/py-pylama/files/ head/devel/py-pylama/files/patch-setup.py head/devel/py-pylama/pkg-descr Hi. It's committed. The 'tests' package is installed in a common place in site-packages, please report it upstream. I included a patch to exclude it from the package. Thanks. |