           SPELL=pyyaml
         VERSION=3.11
          SOURCE="PyYAML-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://pyyaml.org/download/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:76de005f59e1842108399af53178cfac2c08ee5cc996cc38ab6ec8b046c6b894422c461a1f1ed1df91abf96f154d41170227912cae7336cff88adfd3c0e8d783
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/PyYAML-${VERSION}"
        WEB_SITE=http://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
