From aaa8d2ea5fe46cbefb83c16712db9d0f0c23767d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 18 Oct 2018 19:23:11 +0200 Subject: [PATCH] python-urwidtrees: fix python3 flavor, noarch=yes --- srcpkgs/python-urwidtrees/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-urwidtrees/template b/srcpkgs/python-urwidtrees/template index f11f244aa99..bb371355dcf 100644 --- a/srcpkgs/python-urwidtrees/template +++ b/srcpkgs/python-urwidtrees/template @@ -1,21 +1,25 @@ # Template file for 'python-urwidtrees' pkgname=python-urwidtrees version=1.0.2 -revision=1 +revision=2 +noarch=yes wrksrc="urwidtrees-${version}" build_style=python-module -hostmakedepends="python-devel python3-devel python-urwid python3-urwid" pycompile_module="urwidtrees" +hostmakedepends="python-devel python3-devel python-urwid python3-urwid" depends="python-urwid" -short_desc="Tree widgets for urwid" -license="GPL-3" +short_desc="Tree widgets for urwid (Python2)" +license="GPL-3.0-or-later" 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() { + noarch=yes + pycompile_module="urwidtrees" depends="python3-urwid" + short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* }