void-packages/srcpkgs/python-graphviz/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

33 lines
906 B
Bash

# Template file for 'python-graphviz'
pkgname=python-graphviz
version=0.10.1
revision=1
archs=noarch
wrksrc="${pkgname/python-/}-${version}"
build_style=python-module
pycompile_module="graphviz"
hostmakedepends="python-setuptools python3-setuptools"
depends="graphviz python"
short_desc="Simple Python2 interface for Graphviz"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/xflr6/graphviz"
changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
checksum=62283817702ea42b05fc81dbced07df481891758bfb7f16856359361de2ecb24
post_install() {
vlicense LICENSE.txt
}
python3-graphviz_package() {
archs=noarch
depends="python3 graphviz"
pycompile_module="graphviz"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense LICENSE.txt
}
}