           SPELL=pychecker
         VERSION=0.8.17
     SOURCE_HASH='sha512:a9be714dd054e4e7d8583c40512177e5356395cec719f9dd67aeeea43d82fa9f5ce8d7fc8912a5f52db49cef96a1cfd6736d51eab567ecf075663147523e8748'
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://$SPELL.sourceforge.net/"
      LICENSE[0]='BSD'
         UPDATED=20060203
        KEYWORDS="python devel"
           SHORT='A tool for finding common bugs in Python source code'
cat << EOF
PyChecker is a tool for finding common bugs in Python source code. It
finds problems that are typically caught by a compiler (or lint) for
less dynamic languages, like C and C++. Common errors that can be
found include forgetting to import a module, misspelling a variable,
passing the wrong number of parameters to a function/method, and not
using a module/variable.
EOF
