python3-networkx: initial commit, version 3.2.1

This commit is contained in:
Tim Biermann 2024-02-20 21:40:57 +01:00
parent 5f38d7c58b
commit 951e81d573
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 1263 additions and 0 deletions

1242
python3-networkx/.footprint Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30tFzMFBvJy54CJEOBMSau4plN294DChZqs+r4NeEra4nxMaHCaJFHzAVExadZHpX2yE7fPzG13AI/hCMfubvwQ=
SHA256 (Pkgfile) = 9592063c2464b346b2032e603586cfe801c4dbad241a1c0312153f306792af23
SHA256 (.footprint) = 8ac091452ab66ff351bfb805e5021a7af422db3c73c84a37dd05806e8e7f86a4
SHA256 (networkx-3.2.1.tar.gz) = 9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6

16
python3-networkx/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Python package for creating and manipulating graphs and networks
# URL: https://github.com/networkx/networkx
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-build python3-wheel python3-installer
name=python3-networkx
version=3.2.1
release=1
source=(https://pypi.org/packages/source/n/networkx/networkx-$version.tar.gz)
build() {
cd networkx-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}