# $Id: Portfile 77841 2011-04-14 19:10:36Z singingwolfboy@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-pydot
version                 1.0.25
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     a1795c031fbecb20f1b7a366225636be \
                    sha1    9696cb857138c388e4fa4998d97a31638def8885 \
                    rmd160  b47c55d66fa2e5e1102ea20d0ed2fca619436617

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