From 2f913c8bada385fe16879d7a1a7e711c72daba79 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 29 Apr 2018 06:27:25 -0300 Subject: [PATCH] python-graphviz: update to 0.8.3. Closes #13944. Signed-off-by: Enno Boland --- srcpkgs/python-graphviz/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template index 1756a968cbf..abcf2522e0c 100644 --- a/srcpkgs/python-graphviz/template +++ b/srcpkgs/python-graphviz/template @@ -1,22 +1,22 @@ # Template file for 'python-graphviz' pkgname=python-graphviz -version=0.8.2 +version=0.8.3 revision=1 +noarch=yes wrksrc="${pkgname/python-/}-${version}" build_style=python-module pycompile_module="graphviz" hostmakedepends="python-setuptools python3-setuptools" -depends="python graphviz" +depends="graphviz python" short_desc="Simple Python interface for Graphviz" maintainer="maxice8 " license="MIT" homepage="https://github.com/xflr6/graphviz" distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz" -checksum=bbe1b086b9b34db6037a83d5c8158de63a40d36c0415c7eea7c26df43252e3de -noarch=yes +checksum=0ec404e5902759ec3631d2adfea7cfbfbffd9aa29a0356b7b68e685154b34399 post_install() { - vlicense LICENSE + vlicense LICENSE.txt } python3-graphviz_package() { @@ -25,7 +25,7 @@ python3-graphviz_package() { pycompile_module="graphviz" short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE + vmove "usr/lib/python3*" + vlicense LICENSE.txt } }