From 55e2686b3239a5022bad83a533ad4e54244b22a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 15 Sep 2020 20:47:47 +0200 Subject: [PATCH] python-pretend: drop noarch --- srcpkgs/python-pretend/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template index 6d8063fc43a..77bad8acf0e 100644 --- a/srcpkgs/python-pretend/template +++ b/srcpkgs/python-pretend/template @@ -1,11 +1,9 @@ # Template file for 'python-pretend' pkgname=python-pretend version=1.0.9 -revision=2 -archs=noarch +revision=3 wrksrc="pretend-${version}" build_style=python-module -pycompile_module="pretend" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Make stubbing with Python2 easier" @@ -22,7 +20,6 @@ post_install() { python3-pretend_package() { depends="python3" - pycompile_module="pretend" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*