           SPELL=pylint
         VERSION=0.24.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://ftp.logilab.org/pub/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:fd911cdc3d0ddcb06adcd8187dd27c6efa29880ec9336473b7d6a3ca1bdcde1cbf0b1c4678fd00b814ba3f5b447a890c90d313a3889920fbebcd89811fb5bf6b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.logilab.org/project/$SPELL"
      LICENSE[0]=GPL
         ENTERED=20111006
           SHORT="Analyzes Python source code looking for bugs and signs of poor quality"
cat << EOF
Pylint is a python tool that checks if a module satisfies a coding standard.

Pylint is similar to PyChecker but offers more features, like checking
line-code's length, checking if variable names are well-formed according to your
coding standard, or checking if declared interfaces are truly implemented, and
much more (see the complete check list).

The big advantage with Pylint is that it is highly configurable, customizable,
and you can easily write a small plugin to add a personal feature.

Pylint is shipped with Pyreverse which creates UML diagrams for python code.
EOF
