void-packages/srcpkgs/python3-networkx/template

20 lines
633 B
Bash

# Template file for 'python3-networkx'
pkgname=python3-networkx
version=2.5.1
revision=1
wrksrc="networkx-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools unzip"
depends="python3-decorator"
checkdepends="python3-decorator 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=109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a
post_install() {
vlicense LICENSE.txt
}