           SPELL=pyyaml
         VERSION=5.4.1
  SECURITY_PATCH=2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/yaml/pyyaml/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:691e54fd9ca01fdc0dcb7de03ddd1970614d92a716c2437032999f9001f90a2ebbcc195a49bfdbe54da0f7a63178c83b02b05b18b5b1024127013f004d1f5997
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION}"
        WEB_SITE=https://pyyaml.org/
      LICENSE[0]=MIT
         ENTERED=20090526
           SHORT="YAML parser and emitter for the Python programming language"
cat << EOF
PyYAML is a YAML parser and emitter for the Python programming language.

PyYAML features:
- complete YAML 1.1 parser
- Unicode support
- pickle support
- capable extension API, and sensible error messages

PyYAML supports standard YAML tags and provides Python-specific tags that allow
to represent an arbitrary Python object.

PyYAML is applicable for a broad range of tasks from complex configuration files
to object serialization and persistance.
EOF
