# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem              1.0
PortGroup               python25 1.0

name                    py25-pygraphviz
version                 0.99.1
categories-append       science
maintainers             nomaintainer
description             A Python wrapper for the Graphviz Agraph data structure.
long_description        ${description}

platforms               darwin

homepage                https://networkx.lanl.gov/wiki/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:py25-distribute
