From 312bae564ad4a157a561e72bcf7afa81c21fdcd7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:51 -0400 Subject: [PATCH] wpull: rebuild for Python 3.9, drop noarch --- srcpkgs/wpull/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template index 621e1c85428..ad1ce72103f 100644 --- a/srcpkgs/wpull/template +++ b/srcpkgs/wpull/template @@ -1,8 +1,7 @@ # Template file for 'wpull' pkgname=wpull version=2.0.3 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="wpull" hostmakedepends="python3-setuptools"