           SPELL=simplejson
         VERSION=3.6.5
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
     SOURCE_HASH=sha512:caa31badef5fdf550cea0dd7d9cfd80b210bb3be6a933fbca7b4d76e726e1b615817c4d203f887100933bb41476728e84f043419d8a721e002f8f08f142f3428
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://github.com/simplejson/simplejson
      LICENSE[0]=MIT
      LICENSE[1]=AFL
         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
