           SPELL=python-json5
         VERSION=0.15.0
          SOURCE="json5-$VERSION.tar.gz"
   SOURCE_URL[0]="https://files.pythonhosted.org/packages/source/j/json5/$SOURCE"
    SOURCE_HASH="sha512:f60c7317e376ce3734b514edb5d68f994154571dd9a829918278390fb5b9e8fc50afb66c5067f980985db61a8900269c522a9a5194f8fe0397297059ad4dddf4"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/json5-$VERSION"
        WEB_SITE="https://github.com/dpranke/pyjson5"
         LICENSE="Apache-2.0"
      KEYWORDS="python json5 parser"
     SHORT="Python implementation of the JSON5 data format"
cat << EOF
json5 is a Python library for parsing and serializing JSON5, a superset of JSON
that adds features like comments, trailing commas, unquoted keys, and more. It
aims to be fully compatible with the JSON5 specification while providing a
simple and intuitive API. This library is used by Aider, among other tools, to
parse configuration files and prompts that require human-friendly syntax.
EOF
