Files
2026-03-29 20:42:30 -04:00

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.6.1
revision 0
categories-append science
license BSD
supported_archs noarch
platforms {darwin any}
python.versions 310 311 312 313 314
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 249dc982225befda78fef9e0b58070154ef58d27 \
sha256 26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509 \
size 2517025
if {${name} ne ${subport}} {
if {${python.version} eq 310} {
version 3.4.2
revision 0
distname ${python.rootname}-${version}
checksums rmd160 be61686fc302b1afa9da3842124b7e68855c8f56 \
sha256 307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1 \
size 2151368
}
livecheck.type none
}