From e33bb1dfa1e821e0859bce474fbcfd268837b8c1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 3 Nov 2017 17:58:18 -0200 Subject: [PATCH 1/2] xdot: update to 0.8. --- srcpkgs/xdot/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template index 0c621f72559..1e863188ee1 100644 --- a/srcpkgs/xdot/template +++ b/srcpkgs/xdot/template @@ -1,12 +1,11 @@ # Template file for 'xdot' pkgname=xdot -reverts="0.7_1" -version=0.6 -revision=3 -build_style=python2-module -hostmakedepends="python-setuptools git" -makedepends="graphviz pygtk python-setuptools" -depends="${makedepends}" +version=0.8 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools git" +makedepends="graphviz pygtk python3-setuptools" +depends="${makedepends} python3-graphviz python3-gobject" noarch="yes" pycompile_module="xdot.py" short_desc="Interactive viewer for Graphviz dot files" @@ -14,5 +13,5 @@ maintainer="Juan RP " license="GPL-3" homepage="https://code.google.com/p/jrfonseca/wiki/XDot" distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz" -checksum=0932bb72abaa77e6a5c4f2acd13569763c23d2761f4e9e5e49993bc69da9cce2 +checksum=211d99d6163dd6f5ce07a4c5ec6afd1370c823a26fc4256161b6939a4a05b1fb wrksrc="xdot.py-${version}" From 0a5fdf919ce8d0ad195b6c908a9220118d18e24b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 16 Oct 2017 06:56:37 -0200 Subject: [PATCH 2/2] New package: python-graphviz-0.8.1. --- srcpkgs/python-graphviz/template | 31 +++++++++++++++++++++++++++++++ srcpkgs/python3-graphviz | 1 + 2 files changed, 32 insertions(+) create mode 100644 srcpkgs/python-graphviz/template create mode 120000 srcpkgs/python3-graphviz diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template new file mode 100644 index 00000000000..c92bc9ba166 --- /dev/null +++ b/srcpkgs/python-graphviz/template @@ -0,0 +1,31 @@ +# Template file for 'python-graphviz' +pkgname=python-graphviz +version=0.8.1 +revision=1 +wrksrc="${pkgname/python-/}-${version}" +build_style=python-module +pycompile_module="graphviz" +hostmakedepends="python-setuptools python3-setuptools" +depends="python graphviz" +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=19fa90669493b86df0d4adb9ee55147de92329f143480218d1c4eb91fa877cfa +noarch=yes + +post_install() { + vlicense LICENSE +} + +python3-graphviz_package() { + noarch=yes + depends="python3 graphviz" + pycompile_module="graphviz" + short_desc="${short_desc/Python2/Python3}" + pkg_install() { + vmove usr/lib/python3* + vlicense LICENSE + } +} diff --git a/srcpkgs/python3-graphviz b/srcpkgs/python3-graphviz new file mode 120000 index 00000000000..1b7d7f4e562 --- /dev/null +++ b/srcpkgs/python3-graphviz @@ -0,0 +1 @@ +python-graphviz \ No newline at end of file