Re: ITP: pylint -- Python static code checker

2012-10-20 Thread marco atzeri

On 9/23/2012 3:27 PM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/pylint/setup.hint
|
Included in Debian:

   http://packages.debian.org/pylint

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Notes:

   Requires python-logilab-* modules to run.

Jari

[ setup.hint ]



builds and packages fine
GTG



ITP: pylint -- Python static code checker

2012-09-23 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/pylint/setup.hint
|
Included in Debian:

  http://packages.debian.org/pylint

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Notes:

  Requires python-logilab-* modules to run.

Jari

[ setup.hint ]

sdesc: "Python static code checker"
ldesc: "Analyzes source code for programming errors, helps enforcing a coding
standard and sniffs for some code smells (as defined in Martin
Fowler's Refactoring book). Pylint can be seen as another PyChecker
since nearly all tests you can do with PyChecker can also be done with
Pylint. However, Pylint offers some more features, like checking
length of lines of code, checking if variable names are well-formed
according to your coding standard, or checking if declared interfaces
are truly implemented, and much more."
category: Devel Python
requires: python python-logilab-astng python-logilab-common