Files
horizon-packages/srcpkgs/python3-networkx/template
T

21 lines
769 B
Bash

# Template file for 'python3-networkx'
pkgname=python3-networkx
version=3.6
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=285276002ad1f7f7da0f7b42f004bcba70d381e936559166363707fdad3d72ad
post_install() {
vlicense LICENSE.txt
}