# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-pygraphviz
version                 0.99.1
categories-append       science
maintainers             singingwolfboy openmaintainer
description             A Python wrapper for the Graphviz Agraph data structure.
long_description        PyGraphviz is a Python interface to the Graphviz graph layout \
                        and visualization package. With PyGraphviz you can create, edit, \
                        read, write, and draw graphs using Python to access the Graphviz \
                        graph data structure and layout algorithms. PyGraphviz is \
                        independent from NetworkX but provides a similar programming \
                        interface.

platforms               darwin

homepage                http://networkx.lanl.gov/pygraphviz/
master_sites            http://pypi.python.org/packages/source/p/pygraphviz/ \
                        https://networkx.lanl.gov/download/networkx/
distname                pygraphviz-${version}

checksums               md5 5381633f9538804b24046eb96474668d \
                        sha1 038b5d15ae52d93adec4e56f7a25ecce13a9239e \
                        rmd160 564ca0129a17461d5d95a62d5c9549ed557843b0

depends_lib-append      port:swig-python \
                        path:bin/dot:graphviz \
                        port:py26-distribute
