           SPELL=simplejson
         VERSION=2.0.7
     SOURCE_HASH=sha512:e29571488fdb1b626e43ef108dc8500cb8c3929cc14eccf2d3fa8c7e284fe1ff2fdcbd371c2cdac7d976e9dbe76efae46fb741cb481bb0775e3f9ef82507d46b
          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
