# $Id: Portfile 34409 2008-02-23 15:36:50Z mww@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-dot
version			1.0.2
categories		python graphics
platforms		darwin
maintainers		mww
description		python module for creating graphs
long_description	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.10).

homepage		http://code.google.com/p/pydot/
master_sites	http://pydot.googlecode.com/files/
distname		pydot-${version}
checksums		sha1 5959fcc7d91b1c9797d9ed07fc6986eb480f8db5
patchfiles		patch-setup.py.diff

depends_lib-append	port:py-parsing
depends_run		bin:dot:graphviz

