mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-graphviz: update to 0.8.3.
Closes #13944. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
f5c9929436
commit
2f913c8bad
1 changed files with 7 additions and 7 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'python-graphviz'
|
# Template file for 'python-graphviz'
|
||||||
pkgname=python-graphviz
|
pkgname=python-graphviz
|
||||||
version=0.8.2
|
version=0.8.3
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="graphviz"
|
pycompile_module="graphviz"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python graphviz"
|
depends="graphviz python"
|
||||||
short_desc="Simple Python interface for Graphviz"
|
short_desc="Simple Python interface for Graphviz"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/xflr6/graphviz"
|
homepage="https://github.com/xflr6/graphviz"
|
||||||
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
|
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
|
||||||
checksum=bbe1b086b9b34db6037a83d5c8158de63a40d36c0415c7eea7c26df43252e3de
|
checksum=0ec404e5902759ec3631d2adfea7cfbfbffd9aa29a0356b7b68e685154b34399
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-graphviz_package() {
|
python3-graphviz_package() {
|
||||||
|
@ -25,7 +25,7 @@ python3-graphviz_package() {
|
||||||
pycompile_module="graphviz"
|
pycompile_module="graphviz"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove "usr/lib/python3*"
|
||||||
vlicense LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue