           SPELL=json-py
         VERSION=3_4
     SOURCE_HASH=sha512:9e94ac9dac7011454c3fdb7d2a0d562d73a8d6db8fe76989c10e2461fac7617763cac29524ae20be550686c3313bbc9d5d532221484e0af0a2eb3a9c4825cc13
          SOURCE=$SPELL-$VERSION.zip
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.json.org/
      LICENSE[0]=LGPL
         UPDATED=20051123
            DOCS="*.txt"
        KEYWORDS="reader python devel"
           SHORT="Implementation of a JSON reader and writer in Python"
cat << EOF
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is
completely language independent but uses conventions that are familiar to
programmers of the C-family of languages, including C, C++, C#, Java,
JavaScript, Perl, Python, and many others. These properties make JSON an ideal
data-interchange language.
EOF
