           SPELL=simplejson
         VERSION=3.16.1
     SOURCE_HASH=sha512:41e9bfad5e9263b050109adeec28bdcb190230a26e8a48db86d24fa8729517e3eacd3c3905ff9900cc9a5a90fff006e8fb92a5ac85249922a0c46ab6391ee78b
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=https://github.com/simplejson/simplejson
     SOURCE_URL[0]=$WEB_SITE/archive/v${VERSION}.tar.gz
      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
<https://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
