python3-networkx: update to 3.1.

This commit is contained in:
Gonzalo Tornaría 2023-04-28 19:38:50 -03:00 committed by Leah Neukirchen
parent b34d0bbd28
commit 26d9c19cf0
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-networkx' # Template file for 'python3-networkx'
pkgname=python3-networkx pkgname=python3-networkx
version=2.8.8 version=3.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
# failing in i686 # failing in i686
@ -10,12 +10,12 @@ depends="python3"
checkdepends="python3-numpy python3-scipy python3-matplotlib python3-pandas checkdepends="python3-numpy python3-scipy python3-matplotlib python3-pandas
python3-lxml python3-sympy python3-pytest-xdist" python3-lxml python3-sympy python3-pytest-xdist"
short_desc="Python3 package for creating and manipulating graphs and networks" short_desc="Python3 package for creating and manipulating graphs and networks"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://networkx.org" homepage="https://networkx.org"
changelog="https://networkx.org/documentation/stable/release/" changelog="https://github.com/networkx/networkx/raw/main/doc/release/release_${version}.rst"
distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz" distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
checksum=230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e checksum=de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt