28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
pkgbase = python-networkx
|
|
pkgdesc = Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
|
|
pkgver = 3.3
|
|
pkgrel = 3
|
|
url = https://networkx.org/
|
|
arch = any
|
|
license = BSD-3-Clause
|
|
checkdepends = python-pytest
|
|
checkdepends = python-lxml
|
|
checkdepends = python-pydot
|
|
checkdepends = python-pygraphviz
|
|
makedepends = python-build
|
|
makedepends = python-installer
|
|
makedepends = python-wheel
|
|
makedepends = python-setuptools
|
|
depends = python-numpy
|
|
depends = python-scipy
|
|
depends = python-matplotlib
|
|
depends = python-pandas
|
|
optdepends = python-lxml: for GraphML XML format
|
|
optdepends = python-pydot: for graph drawing and graph layout algorithms in pure Python via GraphViz
|
|
optdepends = python-pygraphviz: for graph drawing and graph layout algorithms with bindings to GraphViz
|
|
optdepends = python-sympy: for polynomial algorithms
|
|
source = https://github.com/networkx/networkx/archive/networkx-3.3.tar.gz
|
|
sha512sums = c51b2eca70c510b8154ea84d38f2e3834dccd8be1c5c8321085414c1f85a198a049c0ceac4a6689f7db1a1a7893a96d9a96c17216f47b3cf963e5bd3830b454b
|
|
|
|
pkgname = python-networkx
|