* update python-networkx to 3.1-1
This commit is contained in:
parent
33d8feca0a
commit
aa1c864d27
@ -3,8 +3,8 @@
|
||||
# Contributor: Clément DEMOULINS <clement@archivel.fr>
|
||||
|
||||
pkgname=python-networkx
|
||||
pkgver=2.8.8
|
||||
pkgrel=3
|
||||
pkgver=3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.'
|
||||
arch=(any)
|
||||
license=('BSD')
|
||||
@ -12,12 +12,13 @@ url="https://networkx.org/"
|
||||
depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-pandas')
|
||||
optdepends=('python-lxml: for GraphML XML format'
|
||||
'python-pydot: for graph drawing and graph layout algorithms via GraphViz'
|
||||
'python-yaml: for YAML format reading and writing')
|
||||
'python-yaml: for YAML format reading and writing'
|
||||
'python-sympy: for polynomial algorithms')
|
||||
# python-pygraphviz: for graph drawing and graph layout algorithms via GraphViz
|
||||
makedepends=('python-setuptools')
|
||||
checkdepends=('python-pytest-runner' 'python-lxml' 'python-pydot' 'python-yaml')
|
||||
source=("https://github.com/networkx/networkx/archive/networkx-$pkgver.tar.gz")
|
||||
sha512sums=('ea38b34184e69254fd245281ce09b88059f786cadca6250ea0507c286346e609fcc2fac2849de09b4419a91a7200e4e9940f23b65dd460380af1fc1cf75304fe')
|
||||
sha512sums=('f393d572e4f3b2266c4a229ae17a5e0f71f874aa21c535f365b3d81c4ba8c0537e18c663f04a1d6886e8ab5663c702b25890cdbdcac0869fc375ede36d9cea70')
|
||||
|
||||
build() {
|
||||
cd networkx-networkx-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user