# $Id: Portfile 66758 2010-04-22 05:30:44Z stromnov@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-networkx
version                 1.1
categories-append       science
maintainers             singingwolfboy openmaintainer
description             NetworkX in a Python package for graph manpulation.
long_description        NetworkX is a Python package for the creation, \
                        manipulation, and study of the structure, dynamics, \
                        and functions of complex networks.

platforms               darwin

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

checksums               md5     f72e260447711ca0fd7b1b1de5a2396d \
                        sha1    a7dedf66f55d2331db1858e3ff93da2e73f74c51 \
                        rmd160  3d503de9104e22495d49784259a38ba52afcba3f

depends_lib-append      port:py26-distribute

livecheck.type          regex
livecheck.url           ${master_sites}
livecheck.regex         "networkx-(\\d+(?:\\.\\d+)*)${extract.suffix}"
