           SPELL=args
         VERSION=0.1.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/a/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:664d33386af2ac0b9d30344db5fb5cea4210f600df28708ada19266afec237d6e6d9d57f03c8b64cfdbb6a17eff05f633a2cc4ddbfedc320dd133be246aee033
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/kennethreitz/args
      LICENSE[0]=BSD
         ENTERED=20141222
           SHORT="argument parsing for humans"
cat << EOF
This simple module gives you an elegant interface for your command line
arguments.
EOF
