           SPELL=pydot
         VERSION=1.0.28
     SOURCE_HASH=sha512:54b4d7bfb01bbcae9a4832d1c3321d4f453a93f062ee55b35e3d59bee3f8989f4a544afb56c3d16b22bca8e6ef24b6286ac2688c9045b16906ef625999b35055
          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
