20 lines
599 B
Bash
20 lines
599 B
Bash
# Template file for 'python3-networkx'
|
|
pkgname=python3-networkx
|
|
version=2.6.3
|
|
revision=2
|
|
wrksrc="networkx-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python3 package for creating and manipulating graphs and networks"
|
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://networkx.github.io/"
|
|
distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
|
|
checksum=c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|