# $Id: Portfile 60583 2009-11-16 08:34:11Z blb@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-pydot
version                 1.0.2
maintainers             singingwolfboy openmaintainer
description             a Python interface to the Graphviz DOT language
long_description        pydot allows you to easily create both directed and \
                        non-directed graphs from Python. Currently all attributes \
                        implemented in the Dot language are supported (up to \
                        Graphviz 2.16). Output can be inlined in PostScript \
                        into interactive scientific environments like TeXmacs, \
                        or output in any of the formats supported by the \
                        Graphviz tools dot, neato, twopi.

homepage                http://code.google.com/p/pydot/
master_sites            googlecode:pydot
distname                pydot-${version}
platforms               darwin

checksums           md5     e5cbbe7ef3d221c05c96e4bd4bcf95f9 \
                    sha1    5959fcc7d91b1c9797d9ed07fc6986eb480f8db5 \
                    rmd160  f1f13e6894c10a9c29146e93f46f84500ca88383

depends_lib-append      path:bin/dot:graphviz \
                        port:py26-parsing
