Commits

Andrew Stromnov authored 0580cf8cc20
py-networkx: update to 2.2
No tags

python/py-networkx/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-networkx
7 -version 2.1
7 +version 2.2
8 8 revision 0
9 9 categories-append science
10 10 platforms darwin
11 11 license BSD
12 12 supported_archs noarch
13 13
14 14 python.versions 27 34 35 36 37
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description NetworkX in a Python package for graph manipulation.
19 19
20 20 long_description NetworkX is a Python package for the creation, \
21 21 manipulation, and study of the structure, dynamics, \
22 22 and functions of complex networks.
23 23
24 24 homepage http://networkx.lanl.gov/
25 -master_sites pypi:n/networkx/ \
25 +master_sites pypi:n/networkx \
26 26 https://networkx.lanl.gov/download/networkx/
27 27
28 28 distname networkx-${version}
29 29
30 30 use_zip yes
31 31
32 -checksums rmd160 52295c8c57b4e6897244f0129f396af2c5114997 \
33 - sha256 64272ca418972b70a196cb15d9c85a5a6041f09a2f32e0d30c0255f25d458bb1
32 +checksums rmd160 255c9146174fb6aa67378001648a00335b4f2392 \
33 + sha256 45e56f7ab6fe81652fb4bc9f44faddb0e9025f469f602df14e3b2551c2ea5c8b \
34 + size 1700336
34 35
35 36 if {${name} ne ${subport}} {
36 37 depends_build-append \
37 38 port:py${python.version}-setuptools
38 39 depends_lib-append port:py${python.version}-decorator
39 40
40 41 livecheck.type none
41 42 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut