From 8b05958809b4f693c668d41d189f006a6814ab9c Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:32 +1000 Subject: [PATCH] python-ply: remove noarch. --- srcpkgs/python-ply/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template index 04a3defa6a..30d5e39067 100644 --- a/srcpkgs/python-ply/template +++ b/srcpkgs/python-ply/template @@ -1,8 +1,7 @@ # Template file for 'python-ply' pkgname=python-ply version=3.11 -revision=2 -archs=noarch +revision=3 wrksrc="ply-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -21,7 +20,6 @@ post_install() { } python3-ply_package() { - archs=noarch depends="python3" pycompile_module="ply" short_desc="${short_desc/Python2/Python3}"