freebsd-ports/devel/py-pylama/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

12 lines
543 B
Text

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;