From 5d6ce7dd412dc2eb6a357f94fc99f9f2e0e4b26c Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:35 +1000 Subject: [PATCH] python-pycodestyle: remove noarch. --- srcpkgs/python-pycodestyle/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template index 04e85465121..f03c91a0ee1 100644 --- a/srcpkgs/python-pycodestyle/template +++ b/srcpkgs/python-pycodestyle/template @@ -1,8 +1,7 @@ # Template file for 'python-pycodestyle' pkgname=python-pycodestyle version=2.6.0 -revision=1 -archs=noarch +revision=2 wrksrc="pycodestyle-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -20,7 +19,6 @@ post_install() { } python3-pycodestyle_package() { - archs=noarch depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle3"