You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.4 KiB
Tcl
42 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-networkx
|
|
version 3.4.2
|
|
revision 0
|
|
categories-append science
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
maintainers {stromnov @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 https://networkx.github.io
|
|
|
|
checksums rmd160 be61686fc302b1afa9da3842124b7e68855c8f56 \
|
|
sha256 307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1 \
|
|
size 2151368
|
|
|
|
if {${name} ne ${subport}} {
|
|
if {${python.version} eq 39} {
|
|
version 3.2.1
|
|
revision 0
|
|
distname ${python.rootname}-${version}
|
|
checksums rmd160 2ce9ed2419c3cac7ca048641cf9caf4176ea6c87 \
|
|
sha256 9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6 \
|
|
size 2073928
|
|
}
|
|
|
|
livecheck.type none
|
|
}
|