           SPELL=mccabe
         VERSION=0.7.0
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/m/$SPELL/$SOURCE
     SOURCE_HASH=sha512:3e4141033c63434fad183f62dece872554302aeee8cb789586ac7d6d748d198799e2797df1d58458f4d431734f8899f11022d76666c848d43e6271304776346d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/pycqa/mccabe"
      LICENSE[0]="Expat"
         ENTERED=20170825
        KEYWORDS=""
           SHORT="McCabe complexity checker for Python"
cat << EOF
Ned’s script to check McCabe complexity.

This module provides a plugin for flake8, the Python code checker.w
EOF
