# $Id: Portfile 76981 2011-03-16 01:37:04Z singingwolfboy@macports.org $

PortSystem              1.0
PortGroup               python27 1.0

name                    py27-networkx
version                 1.4
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     468f79a64fde3662e2b80b3ee209dbe7 \
                        sha1    a195ca0cc4ca94d2e07f91afe3b56641baccd61d \
                        rmd160  f5c497312d829b239ce4a2a29f07f4b5338e6e79

depends_lib-append      port:py27-distribute

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