From 50e36cc67356b08e4784268773618e4808ab55ab Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:38 +1000 Subject: [PATCH] python-pyte: remove noarch. --- srcpkgs/python-pyte/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-pyte/template b/srcpkgs/python-pyte/template index 1efc2f9a488..11a1dd80b8f 100644 --- a/srcpkgs/python-pyte/template +++ b/srcpkgs/python-pyte/template @@ -1,8 +1,7 @@ # Template file for 'python-pyte' pkgname=python-pyte version=0.8.0 -revision=2 -archs=noarch +revision=3 wrksrc="pyte-${version}" build_style=python-module pycompile_module="pyte" @@ -20,7 +19,6 @@ pre_build() { } python3-pyte_package() { - archs=noarch pycompile_module="pyte" short_desc="${short_desc/Python2/Python3}" depends="python3-wcwidth"