           SPELL=simplejson
         VERSION=2.1.1
     SOURCE_HASH=sha512:4c5db7b6a29b1cf2d6f1c086f2c9b869e247aa9082b7b56ff2a1bbb97dd995b6a8042e7b4ad1ce68ebd356839bc70efe335355663793248c64aec96b88a45aaf
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
        WEB_SITE=http://undefined.org/python/#simplejson
      LICENSE[0]=MIT
         ENTERED=20070614
        KEYWORDS="json python"
           SHORT="simple, fast, extensible JSON encoder/decoder for Python"
cat << EOF
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder for Python 2.3+. It is pure Python code
with no dependencies, but includes an optional C extension for a serious speed
boost.

The encoder may be subclassed to provide serialization in any kind of situation,
without any special support by the objects to be serialized (somewhat like
pickle).

The decoder can handle incoming JSON strings of any specified encoding (UTF-8
by default).
EOF
