           SPELL=simplejson
         VERSION=1.7.1
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://cheeseshop.python.org/packages/source/s/$SPELL/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=json.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://cheeseshop.python.org/pypi/simplejson
      LICENSE[0]=MIT
         ENTERED=20070614
        KEYWORDS="json python"
           SHORT="JSON encoder and decoder"
cat << EOF
simplejson is a simple, fast, complete, correct and extensible JSON 
<http://json.org> encoder and decoder for Python
EOF
