Ticket #17320: Portfile

File Portfile, 1023 bytes (added by stromnov (Andrey Stromnov), 15 years ago)

python/py25-networkx/Portfile

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