           SPELL=pyyaml
         VERSION=3.08
          SOURCE="PyYAML-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.org/download/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:cbaf10d0b69f19713351fc156a0ac8ba4d2ac36142b2af2f25c7eeb2f77d083d2d59ca6df972a5d03f33654d3b4af682ddc73cb18265eb4357ab4ea8907a1bae
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/PyYAML-${VERSION}"
        WEB_SITE="http://pyyaml.org/"
      LICENSE[0]=MIT
         ENTERED=20090526
           SHORT="a YAML parser and emitter for the Python programming language."
cat << EOF
a YAML parser and emitter for the Python programming language.

PyYAML features

 * a complete YAML 1.1 parser. In particular, PyYAML can parse all examples
 from the specification. The parsing algorithm is simple enough to be
 a reference for YAML parser implementors.  * Unicode support including
 UTF-8/UTF-16 input/output and \u escape sequences.  * low-level event-based
 parser and emitter API (like SAX).  * high-level API for serializing and
 deserializing native Python objects (like DOM or pickle).  * support for all
 types from the YAML types repository. A simple extension API is provided.  *
 both pure-Python and fast LibYAML-based parsers and emitters.  * relatively
 sensible error messages.
EOF
