20 lines
596 B
Bash
20 lines
596 B
Bash
# Template file for 'python3-networkx'
|
|
pkgname=python3-networkx
|
|
version=2.4
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="networkx-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools unzip"
|
|
depends="python3-decorator"
|
|
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=f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|