From 26d9c19cf0e4e354b5b9549fbe143e0d79267a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 28 Apr 2023 19:38:50 -0300 Subject: [PATCH] python3-networkx: update to 3.1. --- srcpkgs/python3-networkx/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template index 83e21291feb..526f4c5e259 100644 --- a/srcpkgs/python3-networkx/template +++ b/srcpkgs/python3-networkx/template @@ -1,6 +1,6 @@ # Template file for 'python3-networkx' pkgname=python3-networkx -version=2.8.8 +version=3.1 revision=1 build_style=python3-module # failing in i686 @@ -10,12 +10,12 @@ depends="python3" checkdepends="python3-numpy python3-scipy python3-matplotlib python3-pandas python3-lxml python3-sympy python3-pytest-xdist" short_desc="Python3 package for creating and manipulating graphs and networks" -maintainer="Orphaned " +maintainer="Gonzalo TornarĂ­a " license="BSD-3-Clause" 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" -checksum=230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e +checksum=de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61 post_install() { vlicense LICENSE.txt