           SPELL=pydot
         VERSION=0.9.10
     SOURCE_HASH='sha512:d92a9da2e4f9af41ded8bfb9c8fc3f6287f72bc8c5669ad1f8860ebebc9b6545d05dde0d653bafbd5f7714f983de0c436ab2414cc26dec3f609be70b3e38c64f'
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="http://dkbza.org/data/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
#           DOCS='NEWS README* docs/*'
        WEB_SITE="http://dkbza.org/$SPELL.html"
      LICENSE[0]='MIT'
         UPDATED=20060201
        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
