void-packages/srcpkgs/python3-altgraph/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 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
}