From d6ec9c12410ae32ef7adbf3d659f47d9f26d2154 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 17 Nov 2017 14:30:40 +0100 Subject: [PATCH] New package: python-urwidtrees-1.0.2 Closes #9283. --- srcpkgs/python-urwidtrees/template | 22 ++++++++++++++++++++++ srcpkgs/python3-urwidtrees | 1 + 2 files changed, 23 insertions(+) create mode 100644 srcpkgs/python-urwidtrees/template create mode 120000 srcpkgs/python3-urwidtrees diff --git a/srcpkgs/python-urwidtrees/template b/srcpkgs/python-urwidtrees/template new file mode 100644 index 00000000000..f11f244aa99 --- /dev/null +++ b/srcpkgs/python-urwidtrees/template @@ -0,0 +1,22 @@ +# Template file for 'python-urwidtrees' +pkgname=python-urwidtrees +version=1.0.2 +revision=1 +wrksrc="urwidtrees-${version}" +build_style=python-module +hostmakedepends="python-devel python3-devel python-urwid python3-urwid" +pycompile_module="urwidtrees" +depends="python-urwid" +short_desc="Tree widgets for urwid" +license="GPL-3" +maintainer="Felix Van der Jeugt " +homepage="https://github.com/pazz/urwidtrees" +distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz" +checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034 + +python3-urwidtrees_package() { + depends="python3-urwid" + pkg_install() { + vmove usr/lib/python3* + } +} diff --git a/srcpkgs/python3-urwidtrees b/srcpkgs/python3-urwidtrees new file mode 120000 index 00000000000..55c87bf01a8 --- /dev/null +++ b/srcpkgs/python3-urwidtrees @@ -0,0 +1 @@ +python-urwidtrees \ No newline at end of file