           SPELL=pylint
         VERSION=1.7.2
	      VX=0d/6b/31d4a60fad9f040da6e47a93458f69f41cd9c7367a68b596fa116ca6ed0f
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/$VX/$SOURCE
     SOURCE_HASH=sha512:268f141f017fa4df6024596bcf1dfb32a578e9459864e2ace8c2725c8f5e117e0b01d9d745f1632bb43102a01f7075dc3fb69b839b79371f7df47740a56fc1cb
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
