forked from ports/contrib
python3-networkx: initial commit, version 3.2.1
This commit is contained in:
parent
5f38d7c58b
commit
951e81d573
1242
python3-networkx/.footprint
Normal file
1242
python3-networkx/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
5
python3-networkx/.signature
Normal file
5
python3-networkx/.signature
Normal 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
16
python3-networkx/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user