21 lines
588 B
Bash
21 lines
588 B
Bash
# Template file for 'python3-altgraph'
|
|
pkgname=python3-altgraph
|
|
version=0.16.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="altgraph-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="altgraph"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Fork of graphlib for building network graphs"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://altgraph.readthedocs.io/en/latest/"
|
|
distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
|
|
checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|