New package: python3-altgraph-0.16.1

This commit is contained in:
maxice8 2019-04-18 06:27:39 -03:00 committed by maxice8
parent 8f3c00aab5
commit d0e5b7b53d

View file

@ -0,0 +1,20 @@
# 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="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://altgraph.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
post_install() {
vlicense LICENSE
}