           SPELL=pychecker
         VERSION=0.8.18
     SOURCE_HASH=sha512:10feb650023c030bd585808413bb45e70317b84a2c5baac92ce87b7f8e269e10147ceb43cc2a8ff8b7bd90b7b0c46dc78110e59d3ee916efc6ab6a833c656876
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://$SPELL.sourceforge.net/"
      LICENSE[0]='BSD'
        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
