python3-graphviz: Update to 0.13.2

Update to 0.13.2
Set python-graphviz to meta for removal

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-29 21:41:05 -06:00 committed by Jürgen Buchmüller
parent 76706e332c
commit 1e7096e294
3 changed files with 24 additions and 18 deletions

View file

@ -1,14 +1,11 @@
# Template file for 'python-graphviz'
pkgname=python-graphviz
version=0.13
revision=2
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"
build_style=meta
short_desc="Simple Python2 interface for Graphviz(removed package)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/xflr6/graphviz"
@ -19,14 +16,3 @@ checksum=e1afdadc1dcd4a4193f967f421bf6688d259685d8d8d989b8a57f7d2cf64d1ca
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
}
}

View file

@ -1 +0,0 @@
python-graphviz

View file

@ -0,0 +1,21 @@
# Template file for 'python3-graphviz'
pkgname=python3-graphviz
version=0.13.2
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
pycompile_module="graphviz"
hostmakedepends="python3-setuptools"
depends="graphviz python3"
short_desc="Simple Python3 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=bb932d6833e7c62ac6b53624b6d55bfd81f40e861f55642e1221ac4f4d8421b4
post_install() {
vlicense LICENSE.txt
}