1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-networkx |
---|
7 | version 0.99 |
---|
8 | categories-append science |
---|
9 | maintainers nomaintainer |
---|
10 | description NetworkX in a Python package for graph manpulation. |
---|
11 | long_description NetworkX is a Python package for the creation, \ |
---|
12 | manipulation, and study of the structure, dynamics, \ |
---|
13 | and functions of complex networks. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | homepage http://networkx.lanl.gov/ |
---|
18 | master_sites http://pypi.python.org/packages/source/n/networkx/ \ |
---|
19 | https://networkx.lanl.gov/download/networkx/ |
---|
20 | distname networkx-${version} |
---|
21 | |
---|
22 | checksums md5 1d3238c973ad198583e90533b27d6cd3 \ |
---|
23 | sha1 8d1f1da45ac20302d73853e14da9c24cada81a8d \ |
---|
24 | rmd160 4450a016e1841fed525598f017a4dfae3d099b5d |
---|
25 | |
---|
26 | depends_lib-append port:py25-setuptools |
---|