# Template file for 'python3-networkx'
pkgname=python3-networkx
version=3.6.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
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="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://networkx.org"
changelog="https://github.com/networkx/networkx/raw/main/doc/release/release_${version}.rst"
distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
checksum=26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509

post_install() {
	vlicense LICENSE.txt
}
