           SPELL=pydot
         VERSION=1.0.25
     SOURCE_HASH=sha512:50246e5edc132cf49734634ce6381acc492a12124b08b4bae5654b5823b89ad9c5170d6d79ac51b311986e133a3687336c539fddec2493ad54b07e906b1cf1c9
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="http://$SPELL.googlecode.com/files/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
#           DOCS='NEWS README* docs/*'
        WEB_SITE="http://code.google.com/p/pydot/"
      LICENSE[0]='MIT'
        KEYWORDS="graph python devel"
           SHORT='pydot is a Python interface to Graphviz Dot language'
cat << EOF
An interface for creating both directed and non directed graphs from Python.
Currently all attributes implemented in the Dot language are supported (up to
Graphviz 1.16).

Output can be inlined in Postscript into interactive scientific environments
like TeXmacs, or output in any of the format's supported by the Graphviz tools
dot, neato, twopi.
EOF
