# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-networkx version 1.11 revision 0 categories-append science platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description NetworkX in a Python package for graph manipulation. long_description NetworkX is a Python package for the creation, \ manipulation, and study of the structure, dynamics, \ and functions of complex networks. homepage http://networkx.lanl.gov/ master_sites pypi:n/networkx/ \ https://networkx.lanl.gov/download/networkx/ distname networkx-${version} checksums rmd160 f8338d0bf5327dc29e25a7a94bfe363ca25d228b \ sha256 0d0e70e10dfb47601cbb3425a00e03e2a2e97477be6f80638fef91d54dd1e4b8 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-numpy depends_lib-append port:py${python.version}-decorator livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/networkx/json livecheck.regex {networkx-(\d+(?:\.\d+)*)\.[tz]} }