           SPELL=pyyaml
         VERSION=6.0.3
  SECURITY_PATCH=2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/yaml/pyyaml/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:a0da43e32d127409ad61b11dc1d733b2e9c743977b3d72c05c81fc2ab183b40bc284452b0874dbeae1a736e1cd4a34f0df641ceefd5e9df38b3e53155fc5f633
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
