mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-graphviz: minor short_desc fix
This commit is contained in:
parent
8e1d58577e
commit
8f4bdb8ad0
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python-graphviz'
|
# Template file for 'python-graphviz'
|
||||||
pkgname=python-graphviz
|
pkgname=python-graphviz
|
||||||
version=0.8.3
|
version=0.8.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
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="graphviz python"
|
depends="graphviz python"
|
||||||
short_desc="Simple Python interface for Graphviz"
|
short_desc="Simple Python2 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue