From e4e4cf1ff370b27416538d6780db627ce6c888c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 15 Sep 2020 20:47:46 +0200 Subject: [PATCH] python-iso-8601: drop noarch --- srcpkgs/python-iso-8601/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template index a841866d439..b094c82ab31 100644 --- a/srcpkgs/python-iso-8601/template +++ b/srcpkgs/python-iso-8601/template @@ -1,11 +1,9 @@ # Template file for 'python-iso-8601' pkgname=python-iso-8601 version=0.3.0 -revision=2 -archs=noarch +revision=3 wrksrc="iso-8601-${version}" build_style=python-module -pycompile_module="iso8601" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python2 library that provides cryptographic recipes and primitives" @@ -21,7 +19,6 @@ post_install() { python3-iso-8601_package() { depends="python3" - pycompile_module="iso8601" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*