Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python2 noarch rebuild
@ 2020-09-19 22:24 fosslinux
  2020-09-19 22:25 ` [PR PATCH] [Updated] " fosslinux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fosslinux @ 2020-09-19 22:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

There is a new pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages python2-noarch-rebuild
https://github.com/void-linux/void-packages/pull/24986

Python2 noarch rebuild
320 python2 packages...

next up is python3

A patch file from https://github.com/void-linux/void-packages/pull/24986.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python2-noarch-rebuild-24986.patch --]
[-- Type: text/x-diff, Size: 297165 bytes --]

From cc719e2ef4b2d0665e10df2d61a7bd1ca03b14b9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 001/320] backblaze-b2: remove noarch.

---
 srcpkgs/backblaze-b2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index ef7fbca68b6..d1a8cda6f05 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,8 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="b2-${version}"
 build_style=python3-module
 pycompile_module="b2"
@@ -43,6 +42,5 @@ do_check() {
 python-b2_package() {
 	depends="backblaze-b2>=${version}_${revision}"
 	build_style=meta
-	archs=noarch
 	short_desc+=" - transitional package"
 }

From 54ab3a04c8431b0e901aa66c5c59e492cf2ab256 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 002/320] fonttools: remove noarch.

---
 srcpkgs/fonttools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index f94f794b2a2..09f0db8bece 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,8 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 292d7aabffbab92651e10f61e116ee3048581aa1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 003/320] python-Arrow: remove noarch.

---
 srcpkgs/python-Arrow/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Arrow/template b/srcpkgs/python-Arrow/template
index a8c2e30c74b..40c8a84550d 100644
--- a/srcpkgs/python-Arrow/template
+++ b/srcpkgs/python-Arrow/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Arrow'
 pkgname=python-Arrow
 version=0.15.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="arrow-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
 checksum=5390e464e2c5f76971b60ffa7ee29c598c7501a294bc9f5e6dadcb251a5d027b
 
 python3-Arrow_package() {
-	archs=noarch
 	depends="python3-dateutil"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 21320ea1fad0df3de147b3ab930e6f89ebde3f07 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 004/320] python-Babel: remove noarch.

---
 srcpkgs/python-Babel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index 2b175b4ecba..e64f9976592 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Babel_package() {
-	archs=noarch
 	depends="python3-setuptools python3-pytz"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="babel:pybabel:/usr/bin/pybabel3"

From 15a4ed6d34dad6b7a36a72a4d0d8540ffcab89a5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 005/320] python-BeautifulSoup4: remove noarch.

---
 srcpkgs/python-BeautifulSoup4/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-BeautifulSoup4/template b/srcpkgs/python-BeautifulSoup4/template
index 956348442ff..ddeb3d52b35 100644
--- a/srcpkgs/python-BeautifulSoup4/template
+++ b/srcpkgs/python-BeautifulSoup4/template
@@ -1,8 +1,7 @@
 # Template file for 'python-BeautifulSoup4'
 pkgname=python-BeautifulSoup4
 version=4.8.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="beautifulsoup4-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-BeautifulSoup4_package() {
-	archs=noarch
 	depends="python3 python3-soupsieve"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1da718ad2dbff3fc694384f7f805d802a74757c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 006/320] python-Cheroot: remove noarch.

---
 srcpkgs/python-Cheroot/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template
index ce0447f4d35..9a99973ede1 100644
--- a/srcpkgs/python-Cheroot/template
+++ b/srcpkgs/python-Cheroot/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Cheroot'
 pkgname=python-Cheroot
 version=8.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="cheroot-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-Cheroot_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-more-itertools
 	 python3-jaraco.functools"
 	alternatives="cheroot:cheroot:/usr/bin/cheroot3"

From 96357b167b8419fc5b8ffeb38c01e2f13385c862 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 007/320] python-CherryPy: remove noarch.

---
 srcpkgs/python-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template
index b1e17cca37a..c63430070b0 100644
--- a/srcpkgs/python-CherryPy/template
+++ b/srcpkgs/python-CherryPy/template
@@ -2,8 +2,7 @@
 pkgname=python-CherryPy
 reverts="18.0.1_1 18.0.0_1"
 version=17.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python2-module
 pycompile_module="cherrypy"

From cac061f305a9b5dd523f13d14d2fc11ba58ab42e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 008/320] python-Django: remove noarch.

---
 srcpkgs/python-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-Django/template b/srcpkgs/python-Django/template
index 6549f5c0fae..9412426a64b 100644
--- a/srcpkgs/python-Django/template
+++ b/srcpkgs/python-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Django'
 pkgname=python-Django
 version=1.11.29
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From c7bb684bddcc427a96803c4d63956917b800cad7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 009/320] python-Flask-Assets: remove noarch.

---
 srcpkgs/python-Flask-Assets/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Assets/template b/srcpkgs/python-Flask-Assets/template
index 3ca0de18077..2166c318730 100644
--- a/srcpkgs/python-Flask-Assets/template
+++ b/srcpkgs/python-Flask-Assets/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Assets'
 pkgname=python-Flask-Assets
 version=0.12
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_assets.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-Assets_package() {
-	archs=noarch
 	depends="python3-Flask python3-webassets"
 	pycompile_module="flask_assets.py"
 	short_desc="${short_desc/Python2/Python3}"

From dfeaf65d3ae5b863bd7543abe88aed7217be47c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 010/320] python-Flask-Babel: remove noarch.

---
 srcpkgs/python-Flask-Babel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Babel/template b/srcpkgs/python-Flask-Babel/template
index e5b600bf922..8eeed1987e7 100644
--- a/srcpkgs/python-Flask-Babel/template
+++ b/srcpkgs/python-Flask-Babel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Babel'
 pkgname=python-Flask-Babel
 version=1.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-Babel_package() {
-	archs=noarch
 	depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From dfddc92896ee09d43f49fd0c8f7acf907d2d990b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 011/320] python-Flask-Login: remove noarch.

---
 srcpkgs/python-Flask-Login/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Login/template b/srcpkgs/python-Flask-Login/template
index a9b982bdce6..720c05f9005 100644
--- a/srcpkgs/python-Flask-Login/template
+++ b/srcpkgs/python-Flask-Login/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Login'
 pkgname=python-Flask-Login
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-Login_package() {
-	archs=noarch
 	depends="python3-Flask"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 5a5a971c7091a30777d317fe07183ce468782d9e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 012/320] python-Flask-OAuthlib: remove noarch.

---
 srcpkgs/python-Flask-OAuthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-OAuthlib/template b/srcpkgs/python-Flask-OAuthlib/template
index edf5c13560e..f93915dedef 100644
--- a/srcpkgs/python-Flask-OAuthlib/template
+++ b/srcpkgs/python-Flask-OAuthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-OAuthlib'
 pkgname=python-Flask-OAuthlib
 version=0.9.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_oauthlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-OAuthlib_package() {
-	archs=noarch
 	depends="python3-Flask python3-requests-oauthlib"
 	pycompile_module="flask_oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From e4d557772fba83678ebef8dd46432bb72825c52a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 013/320] python-Flask-Script: remove noarch.

---
 srcpkgs/python-Flask-Script/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Script/template b/srcpkgs/python-Flask-Script/template
index ebac828a5b1..d231492e746 100644
--- a/srcpkgs/python-Flask-Script/template
+++ b/srcpkgs/python-Flask-Script/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Script'
 pkgname=python-Flask-Script
 version=2.0.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_script"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-Script_package() {
-	archs=noarch
 	depends="python3-Flask"
 	pycompile_module="flask_script"
 	short_desc="${short_desc/Python2/Python3}"

From 5d2c7f5e387e00ba8eb38cacff2fc5d8de5fccfb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 014/320] python-Flask-WTF: remove noarch.

---
 srcpkgs/python-Flask-WTF/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-WTF/template b/srcpkgs/python-Flask-WTF/template
index f72307f79be..c605cc1dd4d 100644
--- a/srcpkgs/python-Flask-WTF/template
+++ b/srcpkgs/python-Flask-WTF/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-WTF'
 pkgname=python-Flask-WTF
 version=0.14.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-WTF_package() {
-	archs=noarch
 	depends="python3-Flask python3-WTForms"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 3fc7668c695a9e350c3105690dc1023eee600628 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 015/320] python-Flask: remove noarch.

---
 srcpkgs/python-Flask/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template
index 1aa7f5208ed..37cec032623 100644
--- a/srcpkgs/python-Flask/template
+++ b/srcpkgs/python-Flask/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask'
 pkgname=python-Flask
 version=1.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-Flask_package() {
-	archs=noarch
 	depends="python3-setuptools python3-Jinja2 python3-Werkzeug python3-itsdangerous python3-click"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="flask:flask:/usr/bin/flask3"

From bc9c1e3ddaff70bb6b526ad228b8e447d5b25915 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 016/320] python-GitPython: remove noarch.

---
 srcpkgs/python-GitPython/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-GitPython/template b/srcpkgs/python-GitPython/template
index 232429265f1..f161d704283 100644
--- a/srcpkgs/python-GitPython/template
+++ b/srcpkgs/python-GitPython/template
@@ -1,8 +1,7 @@
 # Template file for 'python-GitPython'
 pkgname=python-GitPython
 version=2.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="GitPython-${version}"
 build_style=python-module
 pycompile_module="git"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-GitPython_package() {
-	archs=noarch
 	depends="python3-gitdb"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e56a43b6d09e520f0a1f6b1d6c4e89fbdd0c8aad Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 017/320] python-IPy: remove noarch.

---
 srcpkgs/python-IPy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-IPy/template b/srcpkgs/python-IPy/template
index aaae9fcd002..351b791213f 100644
--- a/srcpkgs/python-IPy/template
+++ b/srcpkgs/python-IPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-IPy'
 pkgname=python-IPy
 version=1.00
-revision=2
-archs=noarch
+revision=3
 wrksrc="IPy-${version}"
 build_style=python-module
 pycompile_module="IPy.py"
@@ -21,7 +20,6 @@ post_install() {
 
 python3-IPy_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="IPy.py"
 	depends="python3"
 	pkg_install() {

From 6bf667142b234a13733c27f9306193acb2a09b49 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 018/320] python-Mako: remove noarch.

---
 srcpkgs/python-Mako/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Mako/template b/srcpkgs/python-Mako/template
index 8cfa6722149..8d284dbb7b8 100644
--- a/srcpkgs/python-Mako/template
+++ b/srcpkgs/python-Mako/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Mako'
 pkgname=python-Mako
 version=1.1.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mako-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-Mako_package() {
-	archs=noarch
 	depends="python3-setuptools python3-MarkupSafe"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="mako:mako-render:/usr/bin/mako-render3"

From 0df82e090414c33a78fc4c2302a5524d934a73f3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 019/320] python-Markdown: remove noarch.

---
 srcpkgs/python-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-Markdown/template b/srcpkgs/python-Markdown/template
index fa75ca590cc..164fa3c4611 100644
--- a/srcpkgs/python-Markdown/template
+++ b/srcpkgs/python-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Markdown'
 pkgname=python-Markdown
 version=3.1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="Markdown-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 4f51b61569b3dc53cf0367d7c44ce058354436c8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 020/320] python-Markups: remove noarch.

---
 srcpkgs/python-Markups/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template
index 1eb15b49301..d632930fb54 100644
--- a/srcpkgs/python-Markups/template
+++ b/srcpkgs/python-Markups/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Markups'
 pkgname=python-Markups
 version=3.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="Markups-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Markups_package() {
-	archs=noarch
 	depends="python3 python3-markdown-math"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 983d3d08c6a403a570336d7445f5db8c74171f0b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 021/320] python-MiniMock: remove noarch.

---
 srcpkgs/python-MiniMock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-MiniMock/template b/srcpkgs/python-MiniMock/template
index 8b8c4f5f1e6..3fbb6729023 100644
--- a/srcpkgs/python-MiniMock/template
+++ b/srcpkgs/python-MiniMock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-MiniMock'
 pkgname=python-MiniMock
 version=1.2.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="minimock.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-MiniMock_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="minimock.py"
 	short_desc="${short_desc/Python2/Python3}"

From a9d15ac0f0ea181b99f69814570078308d63ffc9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 022/320] python-PyHamcrest: remove noarch.

---
 srcpkgs/python-PyHamcrest/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 48f001595aa..204a6a1a95e 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,8 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-PyHamcrest_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="hamcrest"
 	short_desc="${short_desc/Python2/Python3}"

From 513671d43e6c2dc24e522a6d2bac2dff96e6c2d7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 023/320] python-PyOpenGL: remove noarch.

---
 srcpkgs/python-PyOpenGL/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-PyOpenGL/template b/srcpkgs/python-PyOpenGL/template
index 79709575673..456b30f229c 100644
--- a/srcpkgs/python-PyOpenGL/template
+++ b/srcpkgs/python-PyOpenGL/template
@@ -1,8 +1,7 @@
 # Template file for 'python-PyOpenGL'
 pkgname=python-PyOpenGL
 version=3.1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyOpenGL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-PyOpenGL_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 21e26528c23ceb17af87213641479ca17d43c7a6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 024/320] python-Pygments: remove noarch.

---
 srcpkgs/python-Pygments/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index d464e59d617..17f7b6bf5d2 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-Pygments_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pygments:pygmentize:/usr/bin/pygmentize3"

From 1121a995c912cf7aa44ce9520245fc6262761efc Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 025/320] python-Pyro4: remove noarch.

---
 srcpkgs/python-Pyro4/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Pyro4/template b/srcpkgs/python-Pyro4/template
index 3eba13d0e9c..e115ce7731f 100644
--- a/srcpkgs/python-Pyro4/template
+++ b/srcpkgs/python-Pyro4/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Pyro4'
 pkgname=python-Pyro4
 version=4.80
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -34,7 +33,6 @@ python3-Pyro4_package() {
 	 pyro4:pyro4-ns:/usr/bin/pyro4-ns3
 	 pyro4:pyro4-nsc:/usr/bin/pyro4-nsc3
 	 pyro4:pyro4-test-echoserver:/usr/bin/pyro4-test-echoserver3"
-	archs=noarch
 	depends="python3-setuptools python3-serpent"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e943a22568a64c3c416ef8c4a68497a7299e2d21 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 026/320] python-SPARQLWrapper: remove noarch.

---
 srcpkgs/python-SPARQLWrapper/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-SPARQLWrapper/template b/srcpkgs/python-SPARQLWrapper/template
index 8d2db9a02b3..e647c7d805f 100644
--- a/srcpkgs/python-SPARQLWrapper/template
+++ b/srcpkgs/python-SPARQLWrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'python-SPARQLWrapper'
 pkgname=python-SPARQLWrapper
 version=1.8.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="SPARQLWrapper"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
 checksum=21928e7a97f565e772cdeeb0abad428960f4307e3a13dbdd8f6d3da8a6a506c9
 
 python3-SPARQLWrapper_package() {
-	archs=noarch
 	depends="python3-rdflib"
 	pycompile_module="SPARQLWrapper"
 	short_desc="${short_desc/Python2/Python3}"

From 8a7fd33fcf98548fd726376f9dc569b925da9ded Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 027/320] python-Unidecode: remove noarch.

---
 srcpkgs/python-Unidecode/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Unidecode/template b/srcpkgs/python-Unidecode/template
index 444eb1427d6..a28175887a7 100644
--- a/srcpkgs/python-Unidecode/template
+++ b/srcpkgs/python-Unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Unidecode'
 pkgname=python-Unidecode
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Unidecode-${version}"
 build_style=python-module
 pycompile_module="unidecode"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-Unidecode_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="unidecode"
 	short_desc="${short_desc/Python2/Python3}"

From cab40bbdc91d96ef6b4b46d9bcc0759e8164f52b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 028/320] python-WTForms: remove noarch.

---
 srcpkgs/python-WTForms/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template
index 33f16940cb8..ff47dbd7d45 100644
--- a/srcpkgs/python-WTForms/template
+++ b/srcpkgs/python-WTForms/template
@@ -1,8 +1,7 @@
 # Template file for 'python-WTForms'
 pkgname=python-WTForms
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="WTForms-${version}"
 build_style=python-module
 pycompile_module="wtforms"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-WTForms_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="wtforms"
 	short_desc="${short_desc/Python2/Python3}"

From 154f7f6aa5a0c6c312674f91737f99b61659a84d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 029/320] python-Werkzeug: remove noarch.

---
 srcpkgs/python-Werkzeug/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Werkzeug/template b/srcpkgs/python-Werkzeug/template
index b4bf1071851..bd17cc890b0 100644
--- a/srcpkgs/python-Werkzeug/template
+++ b/srcpkgs/python-Werkzeug/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Werkzeug'
 pkgname=python-Werkzeug
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-Werkzeug_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 3bbcd85b411e9f3a367484f188bdca0310ed7d0a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 030/320] python-Whoosh: remove noarch.

---
 srcpkgs/python-Whoosh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Whoosh/template b/srcpkgs/python-Whoosh/template
index 66856b206a7..ea94f1047d1 100644
--- a/srcpkgs/python-Whoosh/template
+++ b/srcpkgs/python-Whoosh/template
@@ -1,9 +1,8 @@
 # Template file for 'python-whoosh'
 pkgname=python-Whoosh
 version=2.7.4
-revision=2
+revision=3
 wrksrc="Whoosh-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="whoosh"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 python3-Whoosh_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="whoosh"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 0df93e513695390311a62ce9be301c71ef9ca2ec Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 031/320] python-Yapsy: remove noarch.

---
 srcpkgs/python-Yapsy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Yapsy/template b/srcpkgs/python-Yapsy/template
index 5ad8b234f5d..2f49f8edb36 100644
--- a/srcpkgs/python-Yapsy/template
+++ b/srcpkgs/python-Yapsy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Yapsy'
 pkgname=python-Yapsy
 version=1.12.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="Yapsy-${version}"
 build_style=python-module
 pycompile_module="yapsy"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Yapsy_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="yapsy"
 	short_desc="${short_desc/Python2/Python3}"

From 4d7dc886437a48e4738847b1d165ca3e96e7cf85 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 032/320] python-aalib: remove noarch.

---
 srcpkgs/python-aalib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-aalib/template b/srcpkgs/python-aalib/template
index f9621a9c8dc..b5d851110d9 100644
--- a/srcpkgs/python-aalib/template
+++ b/srcpkgs/python-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-aalib'
 pkgname=python-aalib
 version=0.3.2
-revision=2
+revision=3
 build_style=python-module
 pycompile_module="aalib.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -12,7 +12,6 @@ license="MIT"
 homepage="http://jwilk.net/software/python-aalib"
 distfiles="${PYPI_SITE}/p/python-aalib/python-aalib-${version}.tar.gz"
 checksum=c39071629e7962dcd926faf0135dc73e2a8eb5db9a53bc2ebe5965f8c39165a2
-archs=noarch
 
 post_install() {
 	sed -n '3,21p' < setup.py > LICENSE
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-aalib_package() {
-	archs=noarch
 	pycompile_module="aalib.py"
 	depends="aalib python3"
 	short_desc="${short_desc/Python2/Python3}"

From 57e7fb6da0f0a47660bf6bca34b45075705966c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 033/320] python-alabaster: remove noarch.

---
 srcpkgs/python-alabaster/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-alabaster/template b/srcpkgs/python-alabaster/template
index b33009d5efb..49d71b85bc2 100644
--- a/srcpkgs/python-alabaster/template
+++ b/srcpkgs/python-alabaster/template
@@ -1,8 +1,7 @@
 # Template file for 'python-alabaster'
 pkgname=python-alabaster
 version=0.7.12
-revision=2
-archs=noarch
+revision=3
 wrksrc="alabaster-${version}"
 build_style=python-module
 pycompile_module="alabaster"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-alabaster_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="alabaster"
 	short_desc="${short_desc/Python2/Python3}"

From c02e5d422932db574d05225aa0d787fa57d21f4a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 034/320] python-ansicolor: remove noarch.

---
 srcpkgs/python-ansicolor/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ansicolor/template b/srcpkgs/python-ansicolor/template
index 3663a82f0cc..1fb8eb48eca 100644
--- a/srcpkgs/python-ansicolor/template
+++ b/srcpkgs/python-ansicolor/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ansicolor'
 pkgname=python-ansicolor
 version=0.2.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="ansicolor-${version}"
 build_style=python-module
 pycompile_module="ansicolor"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"
 checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d
 
 python3-ansicolor_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ansicolor"
 	short_desc="${short_desc/Python2/Python3}"

From 5a3e9ea18f51dfe7025b4866c4c8fb915ee05cc0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 035/320] python-appdirs: remove noarch.

---
 srcpkgs/python-appdirs/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-appdirs/template b/srcpkgs/python-appdirs/template
index 68f8fa5cb4f..c2249405da3 100644
--- a/srcpkgs/python-appdirs/template
+++ b/srcpkgs/python-appdirs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-appdirs'
 pkgname=python-appdirs
 version=1.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-appdirs_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 6cb2972b8fc2934b914b5f3f59103b75f3c339bb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 036/320] python-argh: remove noarch.

---
 srcpkgs/python-argh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-argh/template b/srcpkgs/python-argh/template
index 656da441757..263cb46c2e7 100644
--- a/srcpkgs/python-argh/template
+++ b/srcpkgs/python-argh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-argh'
 pkgname=python-argh
 version=0.26.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="argh-${version}"
 build_style=python-module
 pycompile_module="argh"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/a/argh/argh-${version}.tar.gz"
 checksum=e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
 
 python3-argh_package() {
-	archs=noarch
 	pycompile_module="argh"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 124126269a70dbfb693511736669ddd50dce77ed Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 037/320] python-arxiv2bib: remove noarch.

---
 srcpkgs/python-arxiv2bib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-arxiv2bib/template b/srcpkgs/python-arxiv2bib/template
index 4f245755dcf..279677b75dc 100644
--- a/srcpkgs/python-arxiv2bib/template
+++ b/srcpkgs/python-arxiv2bib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-arxiv2bib'
 pkgname=python-arxiv2bib
 version=1.0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="arxiv2bib-${version}"
 build_style=python-module
 pycompile_module="arxiv2bib"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-arxiv2bib_package() {
-	archs=noarch
 	pycompile_module="arxiv2bib.py"
 	alternatives="arxiv2bib:arxiv2bib:/usr/bin/arxiv2bib3"
 	depends="python3-setuptools"

From fe6b74ebb1457969acbbbf5440de3d279baec290 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 038/320] python-asn1crypto: remove noarch.

---
 srcpkgs/python-asn1crypto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-asn1crypto/template b/srcpkgs/python-asn1crypto/template
index e7ffe7415fc..859ec1f4d59 100644
--- a/srcpkgs/python-asn1crypto/template
+++ b/srcpkgs/python-asn1crypto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-asn1crypto'
 pkgname=python-asn1crypto
 version=0.24.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="asn1crypto-${version}"
 build_style=python-module
 pycompile_module="asn1crypto"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-asn1crypto_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="asn1crypto"
 	short_desc="${short_desc/Python2/Python3}"

From a7d6a56fcf3d1248f3738945c9d67b3cd8a13342 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 039/320] python-astroid: remove noarch.

---
 srcpkgs/python-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template
index 9da6aebae87..c45e4a65c47 100644
--- a/srcpkgs/python-astroid/template
+++ b/srcpkgs/python-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python-astroid'
 pkgname=python-astroid
 version=1.6.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="astroid-${version}"
 build_style=python2-module
 pycompile_module="astroid"

From bad47815cac75b90c42ec0a26e095248f74b2e97 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 040/320] python-atomicwrites: remove noarch.

---
 srcpkgs/python-atomicwrites/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index ec411d981d4..818d2caf896 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,8 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-atomicwrites_package() {
-	archs=noarch
 	pycompile_module="atomicwrites"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 5d27979b7341374ea7378c1077d1c12349063a71 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 041/320] python-atspi: remove noarch.

---
 srcpkgs/python-atspi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-atspi/template b/srcpkgs/python-atspi/template
index 7505c32ad60..594c23da90b 100644
--- a/srcpkgs/python-atspi/template
+++ b/srcpkgs/python-atspi/template
@@ -2,8 +2,7 @@
 # Keep python3-atspi in sync
 pkgname=python-atspi
 version=2.38.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python"

From 5c1c4c86e96c4fa982a8195120a451aa1e125ba0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 042/320] python-audioread: remove noarch.

---
 srcpkgs/python-audioread/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-audioread/template b/srcpkgs/python-audioread/template
index bc878d4b82d..69209604cfa 100644
--- a/srcpkgs/python-audioread/template
+++ b/srcpkgs/python-audioread/template
@@ -1,8 +1,7 @@
 # Template file for 'python-audioread'
 pkgname=python-audioread
 version=2.1.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="audioread-${version}"
 build_style=python-module
 pycompile_module="audioread"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-audioread_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="audioread"
 	short_desc="${short_desc/Python2/Python3}"

From c773ffc4ef3b9f1150a3e255dbf59c767a16ba64 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 043/320] python-automat: remove noarch.

---
 srcpkgs/python-automat/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 66dad2f84bc..372f26c62a9 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,8 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -32,7 +31,6 @@ post_install() {
 }
 
 python3-automat_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-setuptools python3-attrs python3-six"
 	alternatives="automat:automat-visualize:/usr/bin/automat-visualize3"

From 263c99ca79eb951bbc8cf7478892b13006db90e5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 044/320] python-axolotl: remove noarch.

---
 srcpkgs/python-axolotl/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-axolotl/template b/srcpkgs/python-axolotl/template
index 74480b5a9fe..1955e4c56b7 100644
--- a/srcpkgs/python-axolotl/template
+++ b/srcpkgs/python-axolotl/template
@@ -1,8 +1,7 @@
 # Template file for 'python-axolotl'
 pkgname=python-axolotl
 version=0.2.3
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="axolotl"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf
 
 python3-axolotl_package() {
-	archs=noarch
 	depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
 	pycompile_module="axolotl"
 	short_desc="${short_desc/Python2/Python3}"

From 5e87807752c5e8f7ace0152c4e63a018fa9b7492 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 045/320] python-b2sdk: remove noarch.

---
 srcpkgs/python-b2sdk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index 8c51c62d603..e9ddb1e651e 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,8 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 pycompile_module="b2sdk"

From 57c85b5c54a636226da5efd2ee0a0d5d3943bc43 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 046/320] python-babelfish: remove noarch.

---
 srcpkgs/python-babelfish/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-babelfish/template b/srcpkgs/python-babelfish/template
index 47d5bb176cc..84472cdfd6f 100644
--- a/srcpkgs/python-babelfish/template
+++ b/srcpkgs/python-babelfish/template
@@ -1,8 +1,7 @@
 # Template file for 'python-babelfish'
 pkgname=python-babelfish
 version=0.5.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="babelfish-${version}"
 build_style=python-module
 pycompile_module="babelfish"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-babelfish_package() {
-	archs=noarch
 	pycompile_module="babelfish"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 114375d426def52284f15e61c8369616c3dae640 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 047/320] python-backcall: remove noarch.

---
 srcpkgs/python-backcall/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-backcall/template b/srcpkgs/python-backcall/template
index a55af727ab6..ed494f53216 100644
--- a/srcpkgs/python-backcall/template
+++ b/srcpkgs/python-backcall/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backcall'
 pkgname=python-backcall
 version=0.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="backcall-${version}"
 build_style=python-module
 pycompile_module="backcall"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
 checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
 
 python3-backcall_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="backcall"
 	short_desc="${short_desc/Python2/Python3}"

From 72efa97c1b735a8960bd20e58e828856d6dbeb90 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 048/320] python-backports.configparser: remove noarch.

---
 srcpkgs/python-backports.configparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.configparser/template b/srcpkgs/python-backports.configparser/template
index 8a641320820..c74f73a0bf6 100644
--- a/srcpkgs/python-backports.configparser/template
+++ b/srcpkgs/python-backports.configparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.configparser'
 pkgname=python-backports.configparser
 version=3.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="configparser-${version}"
 build_style=python2-module
 pycompile_module="backports configparser.py"

From 4829da3c2efbf15573182dcd39cccfea540d7b44 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 049/320] python-backports.functools_lru_cache: remove noarch.

---
 srcpkgs/python-backports.functools_lru_cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.functools_lru_cache/template b/srcpkgs/python-backports.functools_lru_cache/template
index 0d268c9efa6..9369a600531 100644
--- a/srcpkgs/python-backports.functools_lru_cache/template
+++ b/srcpkgs/python-backports.functools_lru_cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.functools_lru_cache'
 pkgname=python-backports.functools_lru_cache
 version=1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports.functools_lru_cache-${version}"
 build_style=python2-module
 pycompile_module="backports/functools_lru_cache.py"

From 8c4a7bb23175f380c824a916f5eb489aff9e6ab8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 050/320] python-backports.shutil_get_terminal_size: remove
 noarch.

---
 srcpkgs/python-backports.shutil_get_terminal_size/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.shutil_get_terminal_size/template b/srcpkgs/python-backports.shutil_get_terminal_size/template
index 2e9a5af7f52..b9cee65f938 100644
--- a/srcpkgs/python-backports.shutil_get_terminal_size/template
+++ b/srcpkgs/python-backports.shutil_get_terminal_size/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.shutil_get_terminal_size'
 pkgname=python-backports.shutil_get_terminal_size
 version=1.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports.shutil_get_terminal_size-${version}"
 build_style=python2-module
 pycompile_module="backports"

From a66b705268f8403c284a184f31b21c3f475e7c4c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 051/320] python-backports.ssl_match_hostname: remove noarch.

---
 srcpkgs/python-backports.ssl_match_hostname/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.ssl_match_hostname/template b/srcpkgs/python-backports.ssl_match_hostname/template
index dd4d76b47db..ecbd58576b2 100644
--- a/srcpkgs/python-backports.ssl_match_hostname/template
+++ b/srcpkgs/python-backports.ssl_match_hostname/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.ssl_match_hostname'
 pkgname=python-backports.ssl_match_hostname
 version=3.5.0.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="backports.ssl_match_hostname-${version}"
 build_style=python2-module
 pycompile_module="backports"

From 71fdf6f4b470761c60b5519757ed85b168e0c062 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 052/320] python-backports: remove noarch.

---
 srcpkgs/python-backports/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports/template b/srcpkgs/python-backports/template
index eec822727a8..8bd3bb28526 100644
--- a/srcpkgs/python-backports/template
+++ b/srcpkgs/python-backports/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports'
 pkgname=python-backports
 version=1.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="backports-${version}"
 build_style=python2-module
 pycompile_module="backports"

From 0fea7c6937a369c26691107da89575c8517a68ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 053/320] python-backports_abc: remove noarch.

---
 srcpkgs/python-backports_abc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports_abc/template b/srcpkgs/python-backports_abc/template
index 9d2e5565f02..c5525c09cf6 100644
--- a/srcpkgs/python-backports_abc/template
+++ b/srcpkgs/python-backports_abc/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports_abc'
 pkgname=python-backports_abc
 version=0.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports_abc-${version}"
 build_style=python2-module
 pycompile_module="backports_abc.py"

From 1d5d5b126baaf87f2a787435597a8b60ddbc5be1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 054/320] python-bibtexparser: remove noarch.

---
 srcpkgs/python-bibtexparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bibtexparser/template b/srcpkgs/python-bibtexparser/template
index c40115c9fb8..0792038e31a 100644
--- a/srcpkgs/python-bibtexparser/template
+++ b/srcpkgs/python-bibtexparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bibtexparser'
 pkgname=python-bibtexparser
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="bibtexparser-${version}"
 build_style=python-module
 pycompile_module="bibtexparser"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz"
 checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f
 
 python3-bibtexparser_package() {
-	archs=noarch
 	pycompile_module="bibtexparser"
 	depends="python3-parsing python3-future"
 	short_desc="${short_desc/Python2/Python3}"

From f57db23a8ab01e40592cb997d9fb0f2d4c8be2cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 055/320] python-bitbucket-api: remove noarch.

---
 srcpkgs/python-bitbucket-api/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bitbucket-api/template b/srcpkgs/python-bitbucket-api/template
index 448ea60d53d..83a5056855a 100644
--- a/srcpkgs/python-bitbucket-api/template
+++ b/srcpkgs/python-bitbucket-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bitbucket-api'
 pkgname=python-bitbucket-api
 version=0.5.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="bitbucket-api-${version}"
 build_style=python-module
 pycompile_module="bitbucket"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-bitbucket-api_package() {
-	archs=noarch
 	depends="python3-requests-oauthlib python3-sh"
 	pycompile_module="bitbucket"
 	short_desc="${short_desc/Python2/Python3}"

From d35f83a7c70159db07abe9fb73d33c8953650ab3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 056/320] python-bleach: remove noarch.

---
 srcpkgs/python-bleach/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bleach/template b/srcpkgs/python-bleach/template
index 84b0f132eba..8eadfb7f2ee 100644
--- a/srcpkgs/python-bleach/template
+++ b/srcpkgs/python-bleach/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bleach'
 pkgname=python-bleach
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="bleach-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
 checksum=aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48
 
 python3-bleach_package() {
-	archs=noarch
 	depends="python3-six python3-webencodings"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 25450210d8d49c2133255c6c49e6cb0470d369b9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 057/320] python-blessings: remove noarch.

---
 srcpkgs/python-blessings/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-blessings/template b/srcpkgs/python-blessings/template
index baa4938c328..43ebe525507 100644
--- a/srcpkgs/python-blessings/template
+++ b/srcpkgs/python-blessings/template
@@ -1,8 +1,7 @@
 # Template file for 'python-blessings'
 pkgname=python-blessings
 version=1.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="blessings-${version}"
 build_style=python-module
 pycompile_module="blessings"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-blessings_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="blessings"
 	short_desc="${short_desc/Python2/Python3}"

From 5c96b752d94a51f1a9839fe6753d5cf93353770f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 058/320] python-blinker: remove noarch.

---
 srcpkgs/python-blinker/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-blinker/template b/srcpkgs/python-blinker/template
index b6d1d63d19a..36069eec443 100644
--- a/srcpkgs/python-blinker/template
+++ b/srcpkgs/python-blinker/template
@@ -1,8 +1,7 @@
 # Template file for 'python-blinker'
 pkgname=python-blinker
 version=1.4
-revision=4
-archs=noarch
+revision=5
 wrksrc="blinker-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-blinker_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="blinker"
 	short_desc="${short_desc/Python2/Python3}"

From 59d7ae6770229c56022b30ea5f0cdef14e7f230f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 059/320] python-boto: remove noarch.

---
 srcpkgs/python-boto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 684c00feee0..677b84bdd6f 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"
@@ -41,7 +40,6 @@ post_install() {
 }
 
 python3-boto_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="boto"
 	short_desc="${short_desc/Python2/Python3}"

From 9b11eeec225e5c401d53d236a490ce1d9bdc9e9b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 060/320] python-botocore: remove noarch.

---
 srcpkgs/python-botocore/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-botocore/template b/srcpkgs/python-botocore/template
index 600559839d2..b90caeafb9d 100644
--- a/srcpkgs/python-botocore/template
+++ b/srcpkgs/python-botocore/template
@@ -1,8 +1,7 @@
 # Template file for 'python-botocore'
 pkgname=python-botocore
 version=1.17.28
-revision=1
-archs=noarch
+revision=2
 wrksrc="botocore-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
 checksum=c9a4b4ffedeff89848a899bd4634be46a21a190690b505c2050888c0a5447936
 
 python3-botocore_package() {
-	archs=noarch
 	depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From cdf803e61ea7aed03c4a1beafd67dcd3628f3d0e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 061/320] python-bottle: remove noarch.

---
 srcpkgs/python-bottle/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bottle/template b/srcpkgs/python-bottle/template
index 0ffc8adfec7..7b1295dea61 100644
--- a/srcpkgs/python-bottle/template
+++ b/srcpkgs/python-bottle/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bottle'
 pkgname=python-bottle
 version=0.12.17
-revision=2
-archs=noarch
+revision=3
 wrksrc="bottle-${version}"
 build_style=python-module
 pycompile_module="bottle"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-bottle_package() {
-	archs=noarch
 	pycompile_module="bottle"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7c6097832e7b3e317aa458480db809671cebe94b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 062/320] python-cached-property: remove noarch.

---
 srcpkgs/python-cached-property/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cached-property/template b/srcpkgs/python-cached-property/template
index 16c89346565..ca5640bb5e7 100644
--- a/srcpkgs/python-cached-property/template
+++ b/srcpkgs/python-cached-property/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cached-property'
 pkgname=python-cached-property
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cached-property-${version}"
 build_style=python-module
 pycompile_module="cached_property.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cached-property_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="cached_property.py"
 	short_desc="${short_desc/Python2/Python3}"

From 01beba0ddefdbd284c60d3b0393716da4d52c11e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 063/320] python-cairocffi: remove noarch.

---
 srcpkgs/python-cairocffi/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cairocffi/template b/srcpkgs/python-cairocffi/template
index 2cf2d6890cd..40dc503e2e7 100644
--- a/srcpkgs/python-cairocffi/template
+++ b/srcpkgs/python-cairocffi/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cairocffi'
 pkgname=python-cairocffi
 version=0.9.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="cairocffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-cairocffi_package() {
-	archs=noarch
 	depends="python3-cffi cairo"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From cd325bbb82ed682a057d1954c580e45d425f91bb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 064/320] python-chardet: remove noarch.

---
 srcpkgs/python-chardet/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index bd502bbbddf..9fb0c4f4dac 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,8 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ checksum=84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
 alternatives="chardet:chardetect:/usr/bin/chardetect2"
 
 python3-chardet_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="chardet"
 	short_desc="${short_desc/Python2/Python3}"

From 46cd3538dd85171196401a4395e5694589bdda8b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 065/320] python-chroot: remove noarch.

---
 srcpkgs/python-chroot/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-chroot/template b/srcpkgs/python-chroot/template
index 7faa0f4cce9..efe6d972f7c 100644
--- a/srcpkgs/python-chroot/template
+++ b/srcpkgs/python-chroot/template
@@ -1,8 +1,7 @@
 # Template file for 'python-chroot'
 pkgname=python-chroot
 version=0.9.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychroot-${version}"
 build_style=python-module
 pycompile_module="pychroot"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-chroot_package() {
-	archs=noarch
 	depends="python3-snakeoil"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="chroot:pychroot:/usr/bin/pychroot3"

From 40ced9ae4a67234476f4e4d12c67fdae708aaf11 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 066/320] python-cliapp: remove noarch.

---
 srcpkgs/python-cliapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-cliapp/template b/srcpkgs/python-cliapp/template
index fd2c8cc4d13..1793d6bfb95 100644
--- a/srcpkgs/python-cliapp/template
+++ b/srcpkgs/python-cliapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cliapp'
 pkgname=python-cliapp
 version=1.20180121
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 pycompile_module="cliapp"
 hostmakedepends="python-setuptools python-yaml"

From 92b02205b3bd39dd4795e3082c3a4344e10bb91e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 067/320] python-click-log: remove noarch.

---
 srcpkgs/python-click-log/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click-log/template b/srcpkgs/python-click-log/template
index b57a7a74b4a..c8c89e0b2b4 100644
--- a/srcpkgs/python-click-log/template
+++ b/srcpkgs/python-click-log/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click-log'
 pkgname=python-click-log
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-log-${version}"
 build_style="python-module"
 pycompile_module="click_log"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-click-log_package() {
-	archs=noarch
 	pycompile_module="click_log"
 	depends="python3-click"
 	short_desc="${short_desc/Python2/Python3}"

From 35ab569d3e358842672a7bdeacc01acf8d618698 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 068/320] python-click-threading: remove noarch.

---
 srcpkgs/python-click-threading/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click-threading/template b/srcpkgs/python-click-threading/template
index 49b4a4a9aae..d7e98c33944 100644
--- a/srcpkgs/python-click-threading/template
+++ b/srcpkgs/python-click-threading/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click-threading'
 pkgname=python-click-threading
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-threading-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-click-threading_package() {
-	archs=noarch
 	pycompile_module="click_threading"
 	depends="python3-click"
 	short_desc="${short_desc/Python2/Python3}"

From d3bfa912c029164a1a637aadb0d90905ad8fcb5f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 069/320] python-click: remove noarch.

---
 srcpkgs/python-click/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click/template b/srcpkgs/python-click/template
index 40d1b25a7ab..e798cd0eca5 100644
--- a/srcpkgs/python-click/template
+++ b/srcpkgs/python-click/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click'
 pkgname=python-click
 version=7.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-click_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2a539a13807d78d2678a243db3762d989bd14bce Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 070/320] python-codespell: remove noarch.

---
 srcpkgs/python-codespell/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-codespell/template b/srcpkgs/python-codespell/template
index 9ae2e19435c..ca7c24d5324 100644
--- a/srcpkgs/python-codespell/template
+++ b/srcpkgs/python-codespell/template
@@ -1,8 +1,7 @@
 # Template file for 'python-codespell'
 pkgname=python-codespell
 version=1.16.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="codespell-${version}"
 build_style=python-module
 pycompile_module="codespell_lib"
@@ -17,7 +16,6 @@ checksum=53d22aefa1daf3365ca4625877271d23d143c0a92c16e55daf5cd14b6494b8f4
 alternatives="python-codespell:codespell:/usr/bin/codespell2"
 
 python3-codespell_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="codespell_lib"
 	short_desc="${short_desc/Python2/Python3}"

From b574259e1d5146e5042f3e53c61411d9e6ef822a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 071/320] python-colorama: remove noarch.

---
 srcpkgs/python-colorama/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-colorama/template b/srcpkgs/python-colorama/template
index 09562385243..f9c2861f890 100644
--- a/srcpkgs/python-colorama/template
+++ b/srcpkgs/python-colorama/template
@@ -1,8 +1,7 @@
 # Template file for 'python-colorama'
 pkgname=python-colorama
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorama-${version}"
 build_style=python-module
 pycompile_module="colorama"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-colorama_package() {
-	archs=noarch
 	pycompile_module="colorama"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From b35fef09721e394e13627cba5c5db76c4ec2b817 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 072/320] python-configobj: remove noarch.

---
 srcpkgs/python-configobj/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index a8cb5d5d34e..d292221e887 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,8 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=6
-archs=noarch
+revision=7
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-configobj_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="_version.py configobj.py validate.py"
 	depends="python3-six"

From 4a2ee77f827dd4886000eb22a39f343c21dad7a0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 073/320] python-constantly: remove noarch.

---
 srcpkgs/python-constantly/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index 9160aec9edd..e1607c060b1 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,8 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-constantly_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="constantly"
 	short_desc="${short_desc/Python2/Python3}"

From 19d17011e52fb8c8b95a00141ab1fb62e86932e0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 074/320] python-construct: remove noarch.

---
 srcpkgs/python-construct/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-construct/template b/srcpkgs/python-construct/template
index d6d0b8010e2..9eba3dd4978 100644
--- a/srcpkgs/python-construct/template
+++ b/srcpkgs/python-construct/template
@@ -1,8 +1,7 @@
 # Template file for 'python-construct'
 pkgname=python-construct
 version=2.9.45
-revision=3
-archs=noarch
+revision=4
 wrksrc="construct-${version}"
 build_style=python-module
 pycompile_module="construct"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-construct_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="construct"
 	short_desc="${short_desc/Python2/Python3}"

From c72528ae1424fbeea239d37b824f21f556962306 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 075/320] python-contextlib2: remove noarch.

---
 srcpkgs/python-contextlib2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-contextlib2/template b/srcpkgs/python-contextlib2/template
index 97ef11550c8..69848250008 100644
--- a/srcpkgs/python-contextlib2/template
+++ b/srcpkgs/python-contextlib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-contextlib2'
 pkgname=python-contextlib2
 version=0.5.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="contextlib2-${version}"
 build_style=python2-module
 pycompile_module="contextlib2.py"

From f4d01865ceb96ce5e7c04796becb159b27adc518 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 076/320] python-cram: remove noarch.

---
 srcpkgs/python-cram/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cram/template b/srcpkgs/python-cram/template
index 8c5d65fe260..2973bb96788 100644
--- a/srcpkgs/python-cram/template
+++ b/srcpkgs/python-cram/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cram'
 pkgname=python-cram
 version=0.7
-revision=3
-archs=noarch
+revision=4
 wrksrc="cram-${version}"
 build_style=python-module
 pycompile_module="cram"
@@ -17,7 +16,6 @@ checksum=7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f
 alternatives="cram:cram:/usr/bin/cram2"
 
 python3-cram_package() {
-	archs=noarch
 	pycompile_module="cram"
 	alternatives="cram:cram:/usr/bin/cram3"
 	short_desc="${short_desc/Python2/Python3}"

From a93ed9154d0404bc226e5dfecc06792eca44cf77 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 077/320] python-css-parser: remove noarch.

---
 srcpkgs/python-css-parser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-css-parser/template b/srcpkgs/python-css-parser/template
index f6d2d0cbf8b..851990de938 100644
--- a/srcpkgs/python-css-parser/template
+++ b/srcpkgs/python-css-parser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-css-parser'
 pkgname=python-css-parser
 version=1.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="css-parser-${version}"
 build_style=python-module
 pycompile_module="css_parser"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-css-parser_package() {
-	archs=noarch
 	pycompile_module="css_parser"
 	depends="python3"
 	short_desc="${short_desc/2/3}"

From acdfa1b4bac73287412008ab75b9e8637c5e9e3c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 078/320] python-cssselect: remove noarch.

---
 srcpkgs/python-cssselect/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cssselect/template b/srcpkgs/python-cssselect/template
index c7f43ebca9f..ed5c677b8e5 100644
--- a/srcpkgs/python-cssselect/template
+++ b/srcpkgs/python-cssselect/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cssselect'
 pkgname=python-cssselect
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="cssselect"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cssselect_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="cssselect"
 	short_desc="${short_desc/Python2/Python3}"

From 397848cf0f9548af887a93b31c770733fd51381c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 079/320] python-cssutils: remove noarch.

---
 srcpkgs/python-cssutils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cssutils/template b/srcpkgs/python-cssutils/template
index 5f08903b9a0..bc05c06dd47 100644
--- a/srcpkgs/python-cssutils/template
+++ b/srcpkgs/python-cssutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cssutils'
 pkgname=python-cssutils
 version=1.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="cssutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ python3-cssutils_package() {
 	 cssutils:csscapture:/usr/bin/csscapture3
 	 cssutils:csscombine:/usr/bin/csscombine3
 	 cssutils:cssparse:/usr/bin/cssparse3"
-	archs=noarch
 	pycompile_module="cssutils encutils"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From d30331dfbacdbcd4b482b47b53dbc59e0ffdc077 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 080/320] python-curtsies: remove noarch.

---
 srcpkgs/python-curtsies/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-curtsies/template b/srcpkgs/python-curtsies/template
index 6126a11e9b4..eb35dbce3e4 100644
--- a/srcpkgs/python-curtsies/template
+++ b/srcpkgs/python-curtsies/template
@@ -1,8 +1,7 @@
 # Template file for 'python-curtsies'
 pkgname=python-curtsies
 version=0.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="curtsies-${version}"
 build_style=python-module
 pycompile_module="curtsies"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-curtsies_package() {
-	archs=noarch
 	pycompile_module="curtsies"
 	depends="python3-blessings python3-wcwidth"
 	short_desc="${short_desc/Python2/Python3}"

From 5e1b0985d936caf55c0cd3de95635ae83aaeda6b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 081/320] python-cycler: remove noarch.

---
 srcpkgs/python-cycler/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cycler/template b/srcpkgs/python-cycler/template
index 0b53c195dae..2b0aa69afc8 100644
--- a/srcpkgs/python-cycler/template
+++ b/srcpkgs/python-cycler/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cycler'
 pkgname=python-cycler
 version=0.10.0
-revision=5
-archs=noarch
+revision=6
 wrksrc="cycler-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cycler_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="cycler.py"
 	short_desc="${short_desc/Python2/Python3}"

From 936f3d3112856a4ba98ac78d538f088532a1870a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 082/320] python-daemonize: remove noarch.

---
 srcpkgs/python-daemonize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-daemonize/template b/srcpkgs/python-daemonize/template
index efaf163e573..204af29e4bf 100644
--- a/srcpkgs/python-daemonize/template
+++ b/srcpkgs/python-daemonize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-daemonize'
 pkgname=python-daemonize
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="daemonize-${version}"
 build_style=python-module
 pycompile_module="daemonize.py"
@@ -20,7 +19,6 @@ post_Install() {
 }
 
 python3-daemonize_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="daemonize.py"
 	short_desc="${short_desc/Python2/Python3}"

From 8b959464225cde931b3f51a78f5ba22ade09ce02 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 083/320] python-dateutil: remove noarch.

---
 srcpkgs/python-dateutil/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index 7675b8f9447..e3b8e9e1752 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-dateutil_package() {
-	archs=noarch
 	depends="python3-six tzdata"
 	pycompile_module="dateutil"
 	short_desc="${short_desc/Python2/Python3}"

From fc04f609840daf4f89d216b060bba69d4f75e7c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 084/320] python-decorator: remove noarch.

---
 srcpkgs/python-decorator/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 7f14fef90a6..5cad98c511d 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,8 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-decorator_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="decorator.py"
 	short_desc="${short_desc/Python2/Python3}"

From 73fde915994549f6bb6ea12cf183e4adae104e8b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 085/320] python-defusedxml: remove noarch.

---
 srcpkgs/python-defusedxml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-defusedxml/template b/srcpkgs/python-defusedxml/template
index 96234eb18c7..5920ecbbeaf 100644
--- a/srcpkgs/python-defusedxml/template
+++ b/srcpkgs/python-defusedxml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-defusedxml'
 pkgname=python-defusedxml
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="defusedxml-${version}"
 build_style=python-module
 pycompile_module="defusedxml"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-defusedxml_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="defusedxml"
 	short_desc="${short_desc/Python2/Python3}"

From 9936f0c388371d0a568b4a252c3f1d58006ce87b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 086/320] python-discogs_client: remove noarch.

---
 srcpkgs/python-discogs_client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-discogs_client/template b/srcpkgs/python-discogs_client/template
index 5af18eda664..50a9e8bb592 100644
--- a/srcpkgs/python-discogs_client/template
+++ b/srcpkgs/python-discogs_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-discogs_client'
 pkgname=python-discogs_client
 version=2.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="discogs-client-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-discogs_client_package() {
-	archs=noarch
 	depends="python3-requests python3-six python3-oauthlib"
 	pycompile_module="discogs_client"
 	short_desc="${short_desc/Python2/Python3}"

From 00c591d6547f262d348d1a95d4f361cbdae92f7d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 087/320] python-distutils-extra: remove noarch.

---
 srcpkgs/python-distutils-extra/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 46bb0cccc31..4b0ff720611 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,8 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=4
-archs=noarch
+revision=5
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}
 checksum=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
 
 python3-distutils-extra_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="DistUtilsExtra"
 	short_desc="${short_desc/Python2/Python3}"

From fd3c77ad0b077b5ea05597b9ef99a9fffefac70a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 088/320] python-dnspython: remove noarch.

---
 srcpkgs/python-dnspython/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dnspython/template b/srcpkgs/python-dnspython/template
index 66d237e89ee..76f1f538401 100644
--- a/srcpkgs/python-dnspython/template
+++ b/srcpkgs/python-dnspython/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dnspython'
 pkgname=python-dnspython
 version=1.16.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="dnspython-${version}"
 build_style=python-module
 pycompile_module="dns"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-dnspython_package() {
-	archs=noarch
 	pycompile_module="dns"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 85b54e03f2e4fba98ad27650162967ca8d4aed5d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 089/320] python-docker-pycreds: remove noarch.

---
 srcpkgs/python-docker-pycreds/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docker-pycreds/template b/srcpkgs/python-docker-pycreds/template
index 2224be0d21d..be811e2134a 100644
--- a/srcpkgs/python-docker-pycreds/template
+++ b/srcpkgs/python-docker-pycreds/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docker-pycreds'
 pkgname=python-docker-pycreds
 version=0.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="docker-pycreds-${version}"
 build_style=python-module
 pycompile_module="dockerpycreds"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/docker-pycreds/docker-pycreds-${version}.tar.gz"
 checksum=6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4
 
 python3-docker-pycreds_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="dockerpycreds"
 	short_desc="${short_desc/Python2/Python3}"

From b8c2a09363813b4b4cd10c60289a067a6e8c4efd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 090/320] python-docker: remove noarch.

---
 srcpkgs/python-docker/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docker/template b/srcpkgs/python-docker/template
index 4d004057a37..2e7144d194b 100644
--- a/srcpkgs/python-docker/template
+++ b/srcpkgs/python-docker/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docker'
 pkgname=python-docker
 version=4.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="docker-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
 checksum=bad94b8dd001a8a4af19ce4becc17f41b09f228173ffe6a4e0355389eef142f2
 
 python3-docker_package() {
-	archs=noarch
 	depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 8b7e9b4fc8c9a5c8a339218e4dcfefc80317944a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 091/320] python-dockerpty: remove noarch.

---
 srcpkgs/python-dockerpty/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dockerpty/template b/srcpkgs/python-dockerpty/template
index 4a0b3a7a33f..6e380361e6f 100644
--- a/srcpkgs/python-dockerpty/template
+++ b/srcpkgs/python-dockerpty/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dockerpty'
 pkgname=python-dockerpty
 version=0.4.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="dockerpty-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
 checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
 
 python3-dockerpty_package() {
-	archs=noarch
 	depends="python3-six python3-docker"
 	pycompile_module="dockerpty"
 	short_desc="${short_desc/Python2/Python3}"

From 372f4cc3b8d4e676dae3d54563919f5dfd6dc934 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 092/320] python-docopt: remove noarch.

---
 srcpkgs/python-docopt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docopt/template b/srcpkgs/python-docopt/template
index 48e5f86c1e0..9e461bb222c 100644
--- a/srcpkgs/python-docopt/template
+++ b/srcpkgs/python-docopt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docopt'
 pkgname=python-docopt
 version=0.6.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="docopt-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-docopt_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="docopt.py"
 	short_desc="${short_desc/Python2/Python3}"

From 87636028111c8dd4d13ed29d22c0fa6485943732 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 093/320] python-docutils: remove noarch.

---
 srcpkgs/python-docutils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 99e74968ddd..053f0f5be98 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -53,7 +52,6 @@ python3-docutils_package() {
 	 docutils:rst2xetex:/usr/bin/rst2xetex.py3
 	 docutils:rst2xml:/usr/bin/rst2xml.py3
 	 docutils:rstpep2html:/usr/bin/rstpep2html.py3"
-	archs=noarch
 	depends="python3 python3-Pygments"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7222f988855597d4f749d5001e6ca55a0edd8051 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 094/320] python-dominate: remove noarch.

---
 srcpkgs/python-dominate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dominate/template b/srcpkgs/python-dominate/template
index 77fa674d156..77e39515acf 100644
--- a/srcpkgs/python-dominate/template
+++ b/srcpkgs/python-dominate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dominate'
 pkgname=python-dominate
 version=2.5.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dominate-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -14,7 +13,6 @@ distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
 checksum=a184e19ca36646a85ec40b83fe3762c08834ffe51499ec436eeb6646edde36ac
 
 python3-dominate_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From 520b5da678e6c872d85937e1125c26777484d87c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 095/320] python-ecdsa: remove noarch.

---
 srcpkgs/python-ecdsa/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ecdsa/template b/srcpkgs/python-ecdsa/template
index 9e1108b28eb..64d642f26b6 100644
--- a/srcpkgs/python-ecdsa/template
+++ b/srcpkgs/python-ecdsa/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ecdsa'
 pkgname=python-ecdsa
 version=0.14.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-/}-${version}"
 build_style=python-module
 pycompile_module="ecdsa"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-ecdsa_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="ecdsa"
 	short_desc="${short_desc/Python2/Python3}"

From 4f2c037e53c7ff79c99465d569cc337422a4a814 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 096/320] python-empy: remove noarch.

---
 srcpkgs/python-empy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-empy/template b/srcpkgs/python-empy/template
index 4668a9cc814..1617faf0aa9 100644
--- a/srcpkgs/python-empy/template
+++ b/srcpkgs/python-empy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-empy'
 pkgname=python-empy
 version=3.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="empy-${version}"
 build_style=python-module
 pycompile_module="EmPy"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-empy_package() {
-	archs=noarch
 	pycompile_module="EmPy"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From f62195cc6b9e73c4650520575304ccc9f7f64f28 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 097/320] python-enchant: remove noarch.

---
 srcpkgs/python-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-enchant/template b/srcpkgs/python-enchant/template
index 68d35c0e13a..d29c1ad7ac6 100644
--- a/srcpkgs/python-enchant/template
+++ b/srcpkgs/python-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enchant'
 pkgname=python-enchant
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyenchant-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools enchant-devel"

From 5abb1554a511368be102f73774d3744e91fd2de6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 098/320] python-entrypoints: remove noarch.

---
 srcpkgs/python-entrypoints/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-entrypoints/template b/srcpkgs/python-entrypoints/template
index 6070650f35d..9c467375817 100644
--- a/srcpkgs/python-entrypoints/template
+++ b/srcpkgs/python-entrypoints/template
@@ -1,8 +1,7 @@
 # Template file for 'python-entrypoints'
 pkgname=python-entrypoints
 version=0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="entrypoints-${version}"
 build_style=python-module
 pycompile_module="entrypoints.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-entrypoints_package() {
-	archs=noarch
 	pycompile_module="entrypoints.py"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 70f9d18f87f5f5ca8bcbb9e2c9e7884eb6d79261 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 099/320] python-enum34: remove noarch.

---
 srcpkgs/python-enum34/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-enum34/template b/srcpkgs/python-enum34/template
index 9bd644fe47d..99ca2ade67a 100644
--- a/srcpkgs/python-enum34/template
+++ b/srcpkgs/python-enum34/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enum34'
 pkgname=python-enum34
 version=1.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="enum34-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 2895b37b32ea1286660995545a0278d8917b7c4f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 100/320] python-envdir: remove noarch.

---
 srcpkgs/python-envdir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-envdir/template b/srcpkgs/python-envdir/template
index b8cccad60ac..5fb79bfce8a 100644
--- a/srcpkgs/python-envdir/template
+++ b/srcpkgs/python-envdir/template
@@ -1,8 +1,7 @@
 # Template file for 'python-envdir'
 pkgname=python-envdir
 version=1.0.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="envdir"
@@ -26,7 +25,6 @@ python3-envdir_package() {
 	alternatives="
 	 envdir:envdir:/usr/bin/envdir3
 	 envdir:envshell:/usr/bin/envshell3"
-	archs=noarch
 	pycompile_module="envdir"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From f80eb1be402f5f2b1304fcfa74807b398073c925 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 101/320] python-enzyme: remove noarch.

---
 srcpkgs/python-enzyme/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-enzyme/template b/srcpkgs/python-enzyme/template
index f28f40b0319..4cf5c19b4b2 100644
--- a/srcpkgs/python-enzyme/template
+++ b/srcpkgs/python-enzyme/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enzyme'
 pkgname=python-enzyme
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="enzyme-${version}"
 build_style=python-module
 pycompile_module="enzyme"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/e/enzyme/enzyme-${version}.tar.gz"
 checksum=f2167fa97c24d1103a94d4bf4eb20f00ca76c38a37499821049253b2059c62bb
 
 python3-enzyme_package() {
-	archs=noarch
 	pycompile_module="enzyme"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From d6eb465cb7e47a446f1cb9c09b4daa93ec8b581e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 102/320] python-ewmh: remove noarch.

---
 srcpkgs/python-ewmh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ewmh/template b/srcpkgs/python-ewmh/template
index a96490fb56d..60515838113 100644
--- a/srcpkgs/python-ewmh/template
+++ b/srcpkgs/python-ewmh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ewmh'
 pkgname=python-ewmh
 version=0.1.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="ewmh"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/e/ewmh/ewmh-${version}.tar.gz"
 checksum=c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d
 
 python3-ewmh_package() {
-	archs=noarch
 	depends="python3-xlib"
 	pycompile_module="ewmh"
 	short_desc="${short_desc/Python2/Python3}"

From edd2bdd4fdb9f4176542e9167861c51af80a5231 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 103/320] python-exifread: remove noarch.

---
 srcpkgs/python-exifread/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-exifread/template b/srcpkgs/python-exifread/template
index 834aa7730ee..5e55edc9c4a 100644
--- a/srcpkgs/python-exifread/template
+++ b/srcpkgs/python-exifread/template
@@ -1,8 +1,7 @@
 # Template file for 'python-exifread'
 pkgname=python-exifread
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python-module"
 pycompile_module="exifread"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-exifread_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="exifread"
 	short_desc="${short_desc/Python2/Python3}"

From 851b578a86f5dcc1f7432c24bac75a4ae08f9178 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 104/320] python-fasteners: remove noarch.

---
 srcpkgs/python-fasteners/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-fasteners/template b/srcpkgs/python-fasteners/template
index 24d2ec0611f..5f1e57a3b7f 100644
--- a/srcpkgs/python-fasteners/template
+++ b/srcpkgs/python-fasteners/template
@@ -1,8 +1,7 @@
 # Template file for 'python-fasteners'
 pkgname=python-fasteners
 version=0.15
-revision=2
-archs=noarch
+revision=3
 wrksrc="fasteners-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz"
 checksum=3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef
 
 python3-fasteners_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="fasteners"
 	short_desc="${short_desc/Python2/Python3}"

From a38c8f25e4356e211346e68828f95ea87d4411c2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 105/320] python-feedgenerator: remove noarch.

---
 srcpkgs/python-feedgenerator/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-feedgenerator/template b/srcpkgs/python-feedgenerator/template
index 24d5317b1e9..2100307228e 100644
--- a/srcpkgs/python-feedgenerator/template
+++ b/srcpkgs/python-feedgenerator/template
@@ -1,8 +1,7 @@
 # Template file for 'python-feedgenerator'
 pkgname=python-feedgenerator
 version=1.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="feedgenerator-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/feedgenerator/feedgenerator-${version}.tar.gz"
 checksum=a28a5add781509390d1a6a52d017829853ee4bef1d2e7b4d5da0e9d1b395ce54
 
 python3-feedgenerator_package() {
-	archs=noarch
 	depends="python3-pytz python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 64ce2d2e3243c8aa8602e5c7cef50af3d87c712c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 106/320] python-feedparser: remove noarch.

---
 srcpkgs/python-feedparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 94f0a58ec88..64ba314b0b8 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=6
-archs=noarch
+revision=7
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-feedparser_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="feedparser.py"
 	short_desc="${short_desc/Python2/Python3}"

From cd373a6768025856aa78aaf11e25f6026feb5659 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 107/320] python-filetype: remove noarch.

---
 srcpkgs/python-filetype/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-filetype/template b/srcpkgs/python-filetype/template
index 10b974794b5..1807618ca30 100644
--- a/srcpkgs/python-filetype/template
+++ b/srcpkgs/python-filetype/template
@@ -1,8 +1,7 @@
 # Template file for 'python-filetype'
 pkgname=python-filetype
 version=1.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="filetype-${version}"
 build_style=python-module
 pycompile_module="filetype"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-filetype_package() {
-	archs=noarch
 	pycompile_module="filetype"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From cf392d76a41ec10ffe785a4531f763394c8eec6a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 108/320] python-flaky: remove noarch.

---
 srcpkgs/python-flaky/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-flaky/template b/srcpkgs/python-flaky/template
index e8e681421f7..1a9c87bd038 100644
--- a/srcpkgs/python-flaky/template
+++ b/srcpkgs/python-flaky/template
@@ -1,8 +1,7 @@
 # Template file for 'python-flaky'
 pkgname=python-flaky
 version=3.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="flaky"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz"
 checksum=8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698
 
 python3-flaky_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="flaky"
 	short_desc="${short_desc/Python2/Python3}"

From 79962730bafa34b1efd74e503d3169673b2fd65d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 109/320] python-funcsigs: remove noarch.

---
 srcpkgs/python-funcsigs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-funcsigs/template b/srcpkgs/python-funcsigs/template
index 26f14b0ca3c..404dcec51ae 100644
--- a/srcpkgs/python-funcsigs/template
+++ b/srcpkgs/python-funcsigs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-funcsigs'
 pkgname=python-funcsigs
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="funcsigs-${version}"
 build_style=python2-module
 pycompile_module="funcsigs"

From 55a32c16b8fb9bed4483bec0c0b9bb18c4b68444 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 110/320] python-functools32: remove noarch.

---
 srcpkgs/python-functools32/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-functools32/template b/srcpkgs/python-functools32/template
index 53f9d69a576..19936991d96 100644
--- a/srcpkgs/python-functools32/template
+++ b/srcpkgs/python-functools32/template
@@ -1,8 +1,7 @@
 # Template file for 'python-functools32'
 pkgname=python-functools32
 version=3.2.3.post2
-revision=1
-archs=noarch
+revision=2
 wrksrc="functools32-${version/.post/-}"
 build_style=python2-module
 pycompile_module="functools32"

From 8cf462392e0b9fd29a4a27258057690c7ab25748 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 111/320] python-future: remove noarch.

---
 srcpkgs/python-future/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template
index 88b09a1944f..e0d5ac47baa 100644
--- a/srcpkgs/python-future/template
+++ b/srcpkgs/python-future/template
@@ -1,8 +1,7 @@
 # Template file for 'python-future'
 pkgname=python-future
 version=0.18.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="future-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ python3-future_package() {
 	alternatives="
 	 future:futurize:/usr/bin/futurize3
 	 future:pasteurize:/usr/bin/pasteurize3"
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 650e0cb7b6e6f6c20c788a764ecdca450ab50aa0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 112/320] python-futures: remove noarch.

---
 srcpkgs/python-futures/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-futures/template b/srcpkgs/python-futures/template
index 12d1f4ae71f..8adcf0fe56a 100644
--- a/srcpkgs/python-futures/template
+++ b/srcpkgs/python-futures/template
@@ -1,8 +1,7 @@
 # Template file for 'python-futures'
 pkgname=python-futures
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="futures-${version}"
 build_style=python2-module
 pycompile_module="concurrent"

From a9090e409d791a5f107668c3180ec7d6b0940708 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 113/320] python-gitdb: remove noarch.

---
 srcpkgs/python-gitdb/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gitdb/template b/srcpkgs/python-gitdb/template
index 253ddaa07bd..643d33d006d 100644
--- a/srcpkgs/python-gitdb/template
+++ b/srcpkgs/python-gitdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gitdb'
 pkgname=python-gitdb
 version=2.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitdb2-${version}"
 build_style=python-module
 pycompile_module="gitdb"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-gitdb_package() {
-	archs=noarch
 	depends="python3-smmap"
 	pycompile_module="gitdb"
 	short_desc="${short_desc/Python2/Python3}"

From 8128bd0c1ac05568ef45b61119ae85ca8f314b81 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 114/320] python-github3: remove noarch.

---
 srcpkgs/python-github3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-github3/template b/srcpkgs/python-github3/template
index 425fe1b7362..bfc064f0e32 100644
--- a/srcpkgs/python-github3/template
+++ b/srcpkgs/python-github3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-github3'
 pkgname=python-github3
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="github3.py-${version}"
 build_style=python-module
 pycompile_module="github3"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-github3_package() {
-	archs=noarch
 	depends="python3-requests python3-uritemplate"
 	pycompile_module="github3"
 	short_desc="${short_desc/Python2/Python3}"

From ba25260a3c44b596698b981a155e9cf3bf6f98d5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 115/320] python-gitlab: remove noarch.

---
 srcpkgs/python-gitlab/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gitlab/template b/srcpkgs/python-gitlab/template
index 0f71b4c7153..783c64debbf 100644
--- a/srcpkgs/python-gitlab/template
+++ b/srcpkgs/python-gitlab/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gitlab'
 pkgname=python-gitlab
 version=1.12.1
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="gitlab"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -22,7 +21,6 @@ do_check() {
 }
 
 python3-gitlab_package() {
-	archs=noarch
 	depends="python3-setuptools python3-requests python3-six"
 	pycompile_module="gitlab"
 	short_desc="${short_desc/Python2/Python3}"

From fbaad60c28b3f9e6e1d7f63d663f8986aa63af62 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 116/320] python-gntp: remove noarch.

---
 srcpkgs/python-gntp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index 7b3bb5a7bb7..b7a172f348a 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=5
-archs=noarch
+revision=6
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-gntp_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="gntp"
 	short_desc="${short_desc/Python2/Python3}"

From 1505f6dff20f01070308b8bc9daf0a70bc653685 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 117/320] python-gnupg: remove noarch.

---
 srcpkgs/python-gnupg/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gnupg/template b/srcpkgs/python-gnupg/template
index b5dd94bf8e1..57da7d3c272 100644
--- a/srcpkgs/python-gnupg/template
+++ b/srcpkgs/python-gnupg/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gnupg'
 pkgname=python-gnupg
 version=0.4.6
-revision=1
-archs=noarch
+revision=2
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python gnupg"
@@ -20,7 +19,6 @@ post_install() {
 python3-gnupg_package() {
 	depends="python3 gnupg"
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 		vlicense LICENSE.txt

From 76d94624beeb490dcfc5bd4552e266a023977433 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 118/320] python-gogs-client: remove noarch.

---
 srcpkgs/python-gogs-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gogs-client/template b/srcpkgs/python-gogs-client/template
index 027135d430c..5b9cd97bfc3 100644
--- a/srcpkgs/python-gogs-client/template
+++ b/srcpkgs/python-gogs-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gogs-client'
 pkgname=python-gogs-client
 version=1.0.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="gogs_client-${version}"
 build_style=python-module
 pycompile_module="gogs_client"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-gogs-client_package() {
-	archs=noarch
 	depends="python3-future python3-requests python3-attrs"
 	pycompile_module="gogs_client"
 	short_desc="${short_desc/Python2/Python3}"

From e3f9e638646ba079754872aaa220ab383fe1dd83 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 119/320] python-h11: remove noarch.

---
 srcpkgs/python-h11/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-h11/template b/srcpkgs/python-h11/template
index 7f2d2c5fa8a..49c520005ba 100644
--- a/srcpkgs/python-h11/template
+++ b/srcpkgs/python-h11/template
@@ -1,8 +1,7 @@
 # Template file for 'python-h11'
 pkgname=python-h11
 version=0.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=h11-${version}
 build_style=python-module
 pycompile_module="h11"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-h11_package() {
-	archs=noarch
 	pycompile_module="h11"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From b21b45935c5017020844ec0751e7f0c1f7c40d8a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 120/320] python-habanero: remove noarch.

---
 srcpkgs/python-habanero/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-habanero/template b/srcpkgs/python-habanero/template
index a914f21ecb7..70a72e2f941 100644
--- a/srcpkgs/python-habanero/template
+++ b/srcpkgs/python-habanero/template
@@ -1,8 +1,7 @@
 # Template file for 'python-habanero'
 pkgname=python-habanero
 version=0.6.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="habanero-${version}"
 build_style=python-module
 pycompile_module="habanero"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-habanero_package() {
-	archs=noarch
 	pycompile_module="habanero"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From d4858cb091a08f5de45ae3e6bbd8ae6fb26aa659 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 121/320] python-hpack: remove noarch.

---
 srcpkgs/python-hpack/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hpack/template b/srcpkgs/python-hpack/template
index ffbac313103..ba5439a1896 100644
--- a/srcpkgs/python-hpack/template
+++ b/srcpkgs/python-hpack/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hpack'
 pkgname=python-hpack
 version=3.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=hpack-${version}
 build_style=python-module
 pycompile_module="hpack"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hpack_package() {
-	archs=noarch
 	pycompile_module="hpack"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From f6e212f8adb8dd725307cf3b6e6146be3d32d1e5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 122/320] python-html2text: remove noarch.

---
 srcpkgs/python-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-html2text/template b/srcpkgs/python-html2text/template
index f83a3a4c020..cf9617a4f54 100644
--- a/srcpkgs/python-html2text/template
+++ b/srcpkgs/python-html2text/template
@@ -2,8 +2,7 @@
 # Remove after calibre moves to py3
 pkgname=python-html2text
 version=2019.8.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="html2text"

From e9fe3248831900841a545bace15ef9b632a4e307 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 123/320] python-html5lib: remove noarch.

---
 srcpkgs/python-html5lib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-html5lib/template b/srcpkgs/python-html5lib/template
index 2565de64fd2..a9ff3cac98d 100644
--- a/srcpkgs/python-html5lib/template
+++ b/srcpkgs/python-html5lib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-html5lib'
 pkgname=python-html5lib
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="html5lib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-html5lib_package() {
-	archs=noarch
 	pycompile_module="html5lib"
 	depends="python3-six python3-webencodings"
 	short_desc="${short_desc/Python2/Python3}"

From ccf2954eb342fdb73f7681011369953a3c962ba7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 124/320] python-httmock: remove noarch.

---
 srcpkgs/python-httmock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-httmock/template b/srcpkgs/python-httmock/template
index e798b4fc1b3..928f0b9a7b9 100644
--- a/srcpkgs/python-httmock/template
+++ b/srcpkgs/python-httmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-httmock'
 pkgname=python-httmock
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="httmock-${version}"
 build_style=python-module
 pycompile_module="httmock.py"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-httmock_package() {
-	archs=noarch
 	pycompile_module="httmock.py"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From d4b252e3d016f5aeb0a34db66e9d17eba518c5b5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 125/320] python-httplib2: remove noarch.

---
 srcpkgs/python-httplib2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template
index 3a31c396621..ebcf40089f8 100644
--- a/srcpkgs/python-httplib2/template
+++ b/srcpkgs/python-httplib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-httplib2'
 pkgname=python-httplib2
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python-module
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-httplib2_package() {
-	archs=noarch
 	depends="python3 ca-certificates"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From a64d942cf3b4274fa13a0873c0940664df85f6c4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 126/320] python-hyper-h2: remove noarch.

---
 srcpkgs/python-hyper-h2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template
index eb29959d45b..410e8359df8 100644
--- a/srcpkgs/python-hyper-h2/template
+++ b/srcpkgs/python-hyper-h2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyper-h2'
 pkgname=python-hyper-h2
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="hyper-h2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-hyper-h2_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3 python3-hpack python3-hyperframe"
 	pkg_install() {

From fc5a310e196b3539cdb6a1e7014429992295a590 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 127/320] python-hyperframe: remove noarch.

---
 srcpkgs/python-hyperframe/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyperframe/template b/srcpkgs/python-hyperframe/template
index 6b544c2061c..caa3d234916 100644
--- a/srcpkgs/python-hyperframe/template
+++ b/srcpkgs/python-hyperframe/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyperframe'
 pkgname=python-hyperframe
 version=5.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=hyperframe-${version}
 build_style=python-module
 pycompile_module="hyperframe"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hyperframe_package() {
-	archs=noarch
 	pycompile_module="hyperframe"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 705c4695143f0b32b753d86dbb50fa9d65e59ac4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 128/320] python-hyperlink: remove noarch.

---
 srcpkgs/python-hyperlink/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 945bf72ee59..933a3540c20 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hyperlink_package() {
-	archs=noarch
 	depends="python3-idna"
 	pycompile_module="hyperlink"
 	short_desc="${short_desc/Python2/Python3}"

From ead3e4765810c75dfc34796948ba96d0d70195ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 129/320] python-hypothesis: remove noarch.

---
 srcpkgs/python-hypothesis/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index de55593fc02..4c8c0291fc6 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module
@@ -35,7 +34,6 @@ do_check() {
 }
 
 python3-hypothesis_package() {
-	archs=noarch
 	pycompile_module="hypothesis"
 	depends="python3-attrs python3-coverage"
 	short_desc="${short_desc/Python2/Python3}"

From 335f178e6c11903ca54b6eba4f4eb606125b3eb3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 130/320] python-icalendar: remove noarch.

---
 srcpkgs/python-icalendar/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template
index dbb7ddb8fd3..fc38f0ee19f 100644
--- a/srcpkgs/python-icalendar/template
+++ b/srcpkgs/python-icalendar/template
@@ -1,8 +1,7 @@
 # Template file for 'python-icalendar'
 pkgname=python-icalendar
 version=4.0.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="icalendar-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-icalendar_package() {
-	archs=noarch
 	depends="python3-setuptools python3-dateutil python3-pytz"
 	alternatives="icalendar:icalendar:/usr/bin/icalendar3"
 	short_desc="${short_desc/Python2/Python3}"

From 389b41233f7ae6ea9d7ab887c25520b861dc39fe Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 131/320] python-idna: remove noarch.

---
 srcpkgs/python-idna/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 9de25fa6392..1a097884cbe 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,8 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=1
-archs=noarch
+revision=2
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-idna_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 37cf66671e423e6d420a4c9a173247af95b9b691 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 132/320] python-imagesize: remove noarch.

---
 srcpkgs/python-imagesize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-imagesize/template b/srcpkgs/python-imagesize/template
index f64c86812b5..7eefcfdc009 100644
--- a/srcpkgs/python-imagesize/template
+++ b/srcpkgs/python-imagesize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-imagesize'
 pkgname=python-imagesize
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="imagesize-${version}"
 build_style=python-module
 pycompile_module="imagesize.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-imagesize_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="imagesize.py"
 	short_desc="${short_desc/Python2/Python3}"

From fdffa3d6361156f2bdb29bff9b11b7af4b16601f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 133/320] python-incremental: remove noarch.

---
 srcpkgs/python-incremental/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 70477e26866..1a8b7f8d206 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,8 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-incremental_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="incremental"
 	short_desc="${short_desc/Python2/Python3}"

From 1e286e5c5368cb5c69f145bb84ccc5d2f5015e07 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 134/320] python-inotify: remove noarch.

---
 srcpkgs/python-inotify/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-inotify/template b/srcpkgs/python-inotify/template
index 64e48fd9330..ce7f62c0065 100644
--- a/srcpkgs/python-inotify/template
+++ b/srcpkgs/python-inotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python-inotify'
 pkgname=python-inotify
 version=0.9.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="pyinotify-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-inotify_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pyinotify.py"
 	short_desc="${short_desc/Python2/Python3}"

From e552e10efc7ff1243cb2d8e6e304be4d5098b715 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 135/320] python-ipaddr: remove noarch.

---
 srcpkgs/python-ipaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ipaddr/template b/srcpkgs/python-ipaddr/template
index 9bd50773ae6..6f1d8c9fabb 100644
--- a/srcpkgs/python-ipaddr/template
+++ b/srcpkgs/python-ipaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ipaddr'
 pkgname=python-ipaddr
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipaddr-${version}"
 build_style=python2-module
 pycompile_module="ipaddr.py"

From 95f6fe1641cdca2676d36da36017342d618ecec8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 136/320] python-ipaddress: remove noarch.

---
 srcpkgs/python-ipaddress/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ipaddress/template b/srcpkgs/python-ipaddress/template
index 8a2d6c80b31..5c88955e45e 100644
--- a/srcpkgs/python-ipaddress/template
+++ b/srcpkgs/python-ipaddress/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ipaddress'
 pkgname=python-ipaddress
 version=1.0.23
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipaddress-${version}"
 build_style=python2-module
 hostmakedepends="python-devel"

From 0e07628370473d040b75ccb766c6a3dfe855f8ff Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 137/320] python-iptools: remove noarch.

---
 srcpkgs/python-iptools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-iptools/template b/srcpkgs/python-iptools/template
index 3c53013fb9d..4beceefd2dd 100644
--- a/srcpkgs/python-iptools/template
+++ b/srcpkgs/python-iptools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-iptools'
 pkgname=python-iptools
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="iptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-iptools_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="iptools"
 	short_desc="${short_desc/Python2/Python3}"

From 219f040a7d389d869c1a2f2c742cc92c0a278bf9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 138/320] python-isbnlib: remove noarch.

---
 srcpkgs/python-isbnlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isbnlib/template b/srcpkgs/python-isbnlib/template
index 1cc46a060d6..9615f3cd38d 100644
--- a/srcpkgs/python-isbnlib/template
+++ b/srcpkgs/python-isbnlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isbnlib'
 pkgname=python-isbnlib
 version=3.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="isbnlib-${version}"
 build_style=python-module
 pycompile_module="isbnlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-isbnlib_package() {
-	archs=noarch
 	pycompile_module="isbnlib"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 2a21ce3481c86adbdaf4f6c135352958aa93fae0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 139/320] python-isodate: remove noarch.

---
 srcpkgs/python-isodate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index 74e4e813e64..b2f65659bad 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-isodate_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="isodate"
 	short_desc="${short_desc/Python2/Python3}"

From 760d6d21f176e8fccb4d3b896f3cb092608d089f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 140/320] python-isort: remove noarch.

---
 srcpkgs/python-isort/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isort/template b/srcpkgs/python-isort/template
index cd8e43b69ea..7eccc67d69b 100644
--- a/srcpkgs/python-isort/template
+++ b/srcpkgs/python-isort/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isort'
 pkgname=python-isort
 version=4.3.21
-revision=2
-archs=noarch
+revision=3
 wrksrc="isort-${version}"
 build_style=python-module
 pycompile_module="isort"
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-isort_package() {
-	archs=noarch
 	pycompile_module="isort"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 5b3c15099106bbd1e68f69b1ad3415b41a50a73f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 141/320] python-jaraco.functools: remove noarch.

---
 srcpkgs/python-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-jaraco.functools/template b/srcpkgs/python-jaraco.functools/template
index 55c82a8101a..063a118f98a 100644
--- a/srcpkgs/python-jaraco.functools/template
+++ b/srcpkgs/python-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jaraco.functools'
 pkgname=python-jaraco.functools
 version=2.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="jaraco.functools-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From c272dbbef0cd95c89d029b4387bbde638dddbb23 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 142/320] python-jmespath: remove noarch.

---
 srcpkgs/python-jmespath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jmespath/template b/srcpkgs/python-jmespath/template
index 6f1dfcecf0f..82b18ad10b3 100644
--- a/srcpkgs/python-jmespath/template
+++ b/srcpkgs/python-jmespath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jmespath'
 pkgname=python-jmespath
 version=0.10.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jmespath.py-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-jmespath_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="jmespath:jp.py:/usr/bin/jp.py3"

From a7b4d5eb491561d9f8c9d4c9e2085cb8f93015e3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 143/320] python-jsonpointer: remove noarch.

---
 srcpkgs/python-jsonpointer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonpointer/template b/srcpkgs/python-jsonpointer/template
index fd103d123aa..53f52d17dad 100644
--- a/srcpkgs/python-jsonpointer/template
+++ b/srcpkgs/python-jsonpointer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jsonpointer'
 pkgname=python-jsonpointer
 version=2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="jsonpointer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-jsonpointer_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="jsonpointer.py"
 	short_desc="${short_desc/Python2/Python3}"

From 62fb58f279c2b0a54ac9385866de5e748b27e5f2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 144/320] python-jsonrpclib: remove noarch.

---
 srcpkgs/python-jsonrpclib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonrpclib/template b/srcpkgs/python-jsonrpclib/template
index a245168a824..bbdf0d3cd0f 100644
--- a/srcpkgs/python-jsonrpclib/template
+++ b/srcpkgs/python-jsonrpclib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jsonrpclib'
 pkgname=python-jsonrpclib
 version=0.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python-module
 pycompile_module="jsonrpclib"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/j/jsonrpclib-pelix/jsonrpclib-pelix-${version}.tar.gz"
 checksum=19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de
 
 python3-jsonrpclib_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2681692e138f0d3e276f691346b98b5f34e1ad8d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 145/320] python-jsonschema: remove noarch.

---
 srcpkgs/python-jsonschema/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonschema/template b/srcpkgs/python-jsonschema/template
index 326b5609d36..50d3ce6964b 100644
--- a/srcpkgs/python-jsonschema/template
+++ b/srcpkgs/python-jsonschema/template
@@ -2,8 +2,7 @@
 pkgname=python-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jsonschema-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-jsonschema_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="jsonschema"
 	short_desc="${short_desc/Python2/Python3}"

From 6fb9f0bab75367d554fd0eb5148d3113783a2ac3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 146/320] python-kaptan: remove noarch.

---
 srcpkgs/python-kaptan/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-kaptan/template b/srcpkgs/python-kaptan/template
index 6668b240008..63fc48851ee 100644
--- a/srcpkgs/python-kaptan/template
+++ b/srcpkgs/python-kaptan/template
@@ -1,8 +1,7 @@
 # Template file for 'python-kaptan'
 pkgname=python-kaptan
 version=0.5.12
-revision=2
-archs=noarch
+revision=3
 wrksrc="kaptan-${version}"
 build_style=python-module
 pycompile_module="kaptan"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-kaptan_package() {
-	archs=noarch
 	pycompile_module="kaptan"
 	depends="python3 python3-yaml"
 	short_desc="${short_desc/Python2/Python3}"

From 63c8a8bb13314d3d9f243e2b93eca36658571f81 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 147/320] python-keepalive: remove noarch.

---
 srcpkgs/python-keepalive/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-keepalive/template b/srcpkgs/python-keepalive/template
index 50e1d7e6e78..81b61454335 100644
--- a/srcpkgs/python-keepalive/template
+++ b/srcpkgs/python-keepalive/template
@@ -1,8 +1,7 @@
 # Template file for 'python-keepalive'
 pkgname=python-keepalive
 version=0.5
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/k/keepalive/keepalive-${version}.tar.gz"
 checksum=3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1
 
 python3-keepalive_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="keepalive"
 	short_desc="${short_desc/Python2/Python3}"

From b9f0f2aaf87ae9eb7d02a06b5859ee1e76e9f935 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 148/320] python-kitchen: remove noarch.

---
 srcpkgs/python-kitchen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-kitchen/template b/srcpkgs/python-kitchen/template
index 917131d6d93..862f0f13bfd 100644
--- a/srcpkgs/python-kitchen/template
+++ b/srcpkgs/python-kitchen/template
@@ -1,8 +1,7 @@
 # Template file for 'python-kitchen'
 pkgname=python-kitchen
 version=1.2.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="kitchen-${version}"
 build_style=python-module
 pycompile_module="kitchen"
@@ -16,7 +15,6 @@ distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
 checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0
 
 python3-kitchen_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="kitchen"
 	short_desc="${short_desc/Python2/Python3}"

From b9878232abc8d9672c7043a6c553c13712ad9af3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 149/320] python-larch: remove noarch.

---
 srcpkgs/python-larch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-larch/template b/srcpkgs/python-larch/template
index 7b9fb4a1e5e..43a86644a22 100644
--- a/srcpkgs/python-larch/template
+++ b/srcpkgs/python-larch/template
@@ -1,8 +1,7 @@
 # Template file for 'python-larch'
 pkgname=python-larch
 version=1.20151025
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 hostmakedepends="python-setuptools python-tracing"
 makedepends="python-devel python-tracing"

From d04f287ba64e6df9bc827e2653aa13cf8140ba83 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 150/320] python-ldap3: remove noarch.

---
 srcpkgs/python-ldap3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ldap3/template b/srcpkgs/python-ldap3/template
index 39fcc264979..6b9c151c875 100644
--- a/srcpkgs/python-ldap3/template
+++ b/srcpkgs/python-ldap3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ldap3'
 pkgname=python-ldap3
 version=2.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="ldap3-${version}"
 build_style=python-module
 pycompile_module="ldap3"
@@ -16,7 +15,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=f21d1a65e19ed5a691d7cf30af375e84663254e800ddc950bd7b6f9bb15d2c19
 
 python3-ldap3_package() {
-	archs=noarch
 	depends="python3-pyasn1"
 	pycompile_module="ldap3"
 	short_desc="${short_desc/Python2/Python3}"

From 114d062bd7d02945aa1337de18a5acf3867476b4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 151/320] python-libtmux: remove noarch.

---
 srcpkgs/python-libtmux/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-libtmux/template b/srcpkgs/python-libtmux/template
index 20f43af5f7d..ffff3a8d820 100644
--- a/srcpkgs/python-libtmux/template
+++ b/srcpkgs/python-libtmux/template
@@ -1,8 +1,7 @@
 # Template file for 'python-libtmux'
 pkgname=python-libtmux
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="libtmux-${version}"
 build_style=python-module
 pycompile_module="libtmux"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-libtmux_package() {
-	archs=noarch
 	pycompile_module="libtmux"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From d1595d03d881e3244428910c2ae9c7dc74c0b93c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 152/320] python-lockfile: remove noarch.

---
 srcpkgs/python-lockfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 778cecba7e9..3b9cc302904 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=4
-archs=noarch
+revision=5
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-lockfile_package() {
-	archs=noarch
 	pycompile_module="lockfile"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 9e44c3c4838a51572dbd2c26f9bc837191310608 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 153/320] python-logfury: remove noarch.

---
 srcpkgs/python-logfury/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-logfury/template b/srcpkgs/python-logfury/template
index c190d529bfe..ee683b9df39 100644
--- a/srcpkgs/python-logfury/template
+++ b/srcpkgs/python-logfury/template
@@ -1,8 +1,7 @@
 # Template file for 'python-logfury'
 pkgname=python-logfury
 version=0.1.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="logfury-${version}"
 build_style=python-module
 pycompile_module="logfury"
@@ -29,7 +28,6 @@ do_check() {
 }
 
 python3-logfury_package() {
-	archs=noarch
 	pycompile_module="logfury"
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 4c03f6416d8ec67fc36017acd3b9ce8c8336c98c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 154/320] python-magic: remove noarch.

---
 srcpkgs/python-magic/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-magic/template b/srcpkgs/python-magic/template
index 6bb26bb6cd2..f533d817690 100644
--- a/srcpkgs/python-magic/template
+++ b/srcpkgs/python-magic/template
@@ -1,8 +1,7 @@
 # Template file for 'python-magic'
 pkgname=python-magic
 version=0.4.18
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python libmagic"
@@ -18,7 +17,6 @@ post_install() {
 }
 
 python3-magic_package() {
-	archs=noarch
 	depends="python3 libmagic"
 	# Beware: not an alternative
 	conflicts="python3-file-magic>=0"

From 2bc83dd97d092e9ef3ad68eea6e34b217e208912 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 155/320] python-markdown2: remove noarch.

---
 srcpkgs/python-markdown2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-markdown2/template b/srcpkgs/python-markdown2/template
index e9068f64202..480f5b4feea 100644
--- a/srcpkgs/python-markdown2/template
+++ b/srcpkgs/python-markdown2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-markdown2'
 pkgname=python-markdown2
 version=2.3.8
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="markdown2"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-markdown2_package() {
-	archs=noarch
 	pycompile_module="markdown2"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e9a6c128681d86cc0b7ec6d959523290fe5c457c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 156/320] python-matplotlib: remove noarch.

---
 srcpkgs/python-matplotlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-matplotlib/template b/srcpkgs/python-matplotlib/template
index b155d980569..476b91a14b0 100644
--- a/srcpkgs/python-matplotlib/template
+++ b/srcpkgs/python-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-matplotlib'
 pkgname=python-matplotlib
 version=2.2.4
-revision=2
+revision=4
 wrksrc="matplotlib-${version}"
 build_style=python2-module
 pycompile_module="matplotlib mpl_toolkits pylab.py"
@@ -41,7 +41,6 @@ post_install() {
 }
 
 python-matplotlib-data_package() {
-	archs=noarch
 	conf_files="/etc/matplotlibrc"
 	short_desc+=" - data files"
 	pkg_install() {

From 83b9b2cfd914a293a652f42de434fe947645d7d4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 157/320] python-mccabe: remove noarch.

---
 srcpkgs/python-mccabe/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mccabe/template b/srcpkgs/python-mccabe/template
index 1e2ed6328b8..ee1cf4f5df3 100644
--- a/srcpkgs/python-mccabe/template
+++ b/srcpkgs/python-mccabe/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mccabe'
 pkgname=python-mccabe
 version=0.6.1
-revision=3
-archs=noarch
+revision=4
 replaces="mccabe>=0"
 wrksrc="mccabe-${version}"
 build_style=python-module
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-mccabe_package() {
-	archs=noarch
 	pycompile_module="mccabe.py"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 33f6a5985e089645ddcd9798fd7128895262a41f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 158/320] python-mechanize: remove noarch.

---
 srcpkgs/python-mechanize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template
index ca29bbd0d23..260ef70ebb2 100644
--- a/srcpkgs/python-mechanize/template
+++ b/srcpkgs/python-mechanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mechanize'
 pkgname=python-mechanize
 version=0.4.3
-revision=3
-archs=noarch
+revision=4
 wrksrc="mechanize-${version}"
 build_style=python-module
 pycompile_module="mechanize"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mechanize_package() {
-	archs=noarch
 	depends="python3 python3-html5lib"
 	pycompile_module="mechanize"
 	short_desc="${short_desc/Python2/Python3}"

From 141528696327370b0d2e7786c2fced7a37b446bf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 159/320] python-mistune: remove noarch.

---
 srcpkgs/python-mistune/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template
index ef5c054ba75..e84aef86f3d 100644
--- a/srcpkgs/python-mistune/template
+++ b/srcpkgs/python-mistune/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mistune'
 pkgname=python-mistune
 version=0.8.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="mistune-${version}"
 build_style=python-module
 pycompile_module="mistune.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mistune_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mistune.py"
 	short_desc="${short_desc/Python2/Python3}"

From ee44acabe8dfcbf3df5747caca71aefc3840b3f0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 160/320] python-mock: remove noarch.

---
 srcpkgs/python-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-mock/template b/srcpkgs/python-mock/template
index 8392c6e2a93..701838a09c6 100644
--- a/srcpkgs/python-mock/template
+++ b/srcpkgs/python-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mock'
 pkgname=python-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="mock"

From 554139ab93b60220cd37cc565ca5a04e08a7f184 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 161/320] python-monotonic: remove noarch.

---
 srcpkgs/python-monotonic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-monotonic/template b/srcpkgs/python-monotonic/template
index 2c1e997bea1..71bd26c6f18 100644
--- a/srcpkgs/python-monotonic/template
+++ b/srcpkgs/python-monotonic/template
@@ -1,8 +1,7 @@
 # Template file for 'python-monotonic'
 pkgname=python-monotonic
 version=1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="monotonic-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 57cc6f2bbc6a58d00debc08e63240376f3e62c01 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 162/320] python-more-itertools: remove noarch.

---
 srcpkgs/python-more-itertools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-more-itertools/template b/srcpkgs/python-more-itertools/template
index 8b77456eed7..7523a49c597 100644
--- a/srcpkgs/python-more-itertools/template
+++ b/srcpkgs/python-more-itertools/template
@@ -2,8 +2,7 @@
 pkgname=python-more-itertools
 reverts="6.0.0_1"
 version=5.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="more-itertools-${version}"
 build_style=python2-module
 pycompile_module="more_itertools"

From 1b5135b823e7bb7f9c7ebfb40d741ce6d66d2e01 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 163/320] python-mpd2: remove noarch.

---
 srcpkgs/python-mpd2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mpd2/template b/srcpkgs/python-mpd2/template
index 0389f8c2a28..fe31eb0164a 100644
--- a/srcpkgs/python-mpd2/template
+++ b/srcpkgs/python-mpd2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mpd2'
 pkgname=python-mpd2
 version=1.0.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mpd"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-mpd2_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mpd"
 	short_desc="${short_desc/Python2/Python3}"

From 087023957d5dc54b64a89375d9a21628a5752612 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 164/320] python-mpmath: remove noarch.

---
 srcpkgs/python-mpmath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mpmath/template b/srcpkgs/python-mpmath/template
index 8fd4873dd62..923020eb891 100644
--- a/srcpkgs/python-mpmath/template
+++ b/srcpkgs/python-mpmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mpmath'
 pkgname=python-mpmath
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="mpmath-${version}"
 build_style=python-module
 pycompile_module="mpmath"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mpmath_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mpmath"
 	short_desc="${short_desc/Python2/Python3}"

From b9f5ab165e3ea8fdcdcefc114cbd0991c6919d6a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 165/320] python-msp430-tools: remove noarch.

---
 srcpkgs/python-msp430-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-msp430-tools/template b/srcpkgs/python-msp430-tools/template
index 84c0fd78cb8..d80188640de 100644
--- a/srcpkgs/python-msp430-tools/template
+++ b/srcpkgs/python-msp430-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-msp430-tools'
 pkgname=python-msp430-tools
 version=0.9.2
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 pycompile_module="msp430"
 hostmakedepends="python-setuptools"

From e50c9a028bb3c5ab72818c8fe125d085e913a487 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 166/320] python-mtranslate: remove noarch.

---
 srcpkgs/python-mtranslate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mtranslate/template b/srcpkgs/python-mtranslate/template
index 992c7b76fe9..9f7f03dd1c6 100644
--- a/srcpkgs/python-mtranslate/template
+++ b/srcpkgs/python-mtranslate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mtranslate'
 pkgname=python-mtranslate
 version=1.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="mtranslate-${version}"
 build_style=python-module
 pycompile_module="mtranslate"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mtranslate_package() {
-	archs=noarch
 	pycompile_module="mtranslate"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From b6b71c61522c07afc31dbbded1c5f34c117819f0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 167/320] python-munkres: remove noarch.

---
 srcpkgs/python-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-munkres/template b/srcpkgs/python-munkres/template
index 97694aeac84..cb4ff417e1c 100644
--- a/srcpkgs/python-munkres/template
+++ b/srcpkgs/python-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python-munkres'
 pkgname=python-munkres
 version=1.0.12
-revision=1
-archs=noarch
+revision=2
 wrksrc="munkres-release-${version}"
 build_style=python2-module
 pycompile_module="munkres.py"

From 69be578bccfd6bb2a8e0275c4aeca0d7b7859c31 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 168/320] python-musicbrainzngs: remove noarch.

---
 srcpkgs/python-musicbrainzngs/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-musicbrainzngs/template b/srcpkgs/python-musicbrainzngs/template
index a17ca953a3a..8679b3bfcf5 100644
--- a/srcpkgs/python-musicbrainzngs/template
+++ b/srcpkgs/python-musicbrainzngs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-musicbrainzngs'
 pkgname=python-musicbrainzngs
 version=0.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="musicbrainzngs-${version}"
 build_style="python-module"
 pycompile_module="musicbrainzngs"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-musicbrainzngs_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="musicbrainzngs"
 	short_desc="${short_desc/Python2/Python3}"

From 056368ac701f72027e382bf9841addfda739596b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 169/320] python-mygpoclient: remove noarch.

---
 srcpkgs/python-mygpoclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mygpoclient/template b/srcpkgs/python-mygpoclient/template
index ffad63a70a1..2a75d829c53 100644
--- a/srcpkgs/python-mygpoclient/template
+++ b/srcpkgs/python-mygpoclient/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mygpoclient'
 pkgname=python-mygpoclient
 version=1.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="mygpoclient-${version}"
 build_style=python-module
 pycompile_module="mygpoclient"
@@ -30,7 +29,6 @@ python3-mygpoclient_package() {
 	 mygpoclient:mygpo-simple-client:/usr/bin/mygpo-simple-client3"
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="mygpoclient"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 385493eb7d9a3397c4ecc9296f8ca6eed117636c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 170/320] python-namedlist: remove noarch.

---
 srcpkgs/python-namedlist/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-namedlist/template b/srcpkgs/python-namedlist/template
index f3698e39e10..0eac04b9ad5 100644
--- a/srcpkgs/python-namedlist/template
+++ b/srcpkgs/python-namedlist/template
@@ -1,8 +1,7 @@
 # Template file for 'python-namedlist'
 pkgname=python-namedlist
 version=1.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="namedlist-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
 checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef
 
 python3-namedlist_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="namedlist.py"
 	short_desc="${short_desc/Python2/Python3}"

From 8ecf790a4d605fde1292bac91d4feccbb2e82fc4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 171/320] python-natsort: remove noarch.

---
 srcpkgs/python-natsort/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-natsort/template b/srcpkgs/python-natsort/template
index 7101e297aad..0ed03da1a8a 100644
--- a/srcpkgs/python-natsort/template
+++ b/srcpkgs/python-natsort/template
@@ -1,8 +1,7 @@
 # Template file for 'python-natsort'
 pkgname=python-natsort
 version=6.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="natsort-${version}"
 build_style=python-module
 pycompile_module="natsort"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-natsort_package() {
-	archs=noarch
 	pycompile_module="natsort"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From e12cfcde24b5146d50f87ba0298ed21bd4df6d5b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 172/320] python-ndg_httpsclient: remove noarch.

---
 srcpkgs/python-ndg_httpsclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ndg_httpsclient/template b/srcpkgs/python-ndg_httpsclient/template
index 54b653f68a9..46a1d704896 100644
--- a/srcpkgs/python-ndg_httpsclient/template
+++ b/srcpkgs/python-ndg_httpsclient/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ndg_httpsclient'
 pkgname=python-ndg_httpsclient
 version=0.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="ndg_httpsclient-${version}"
 build_style=python-module
 pycompile_module="ndg/httpsclient"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-ndg_httpsclient_package() {
-	archs=noarch
 	depends="python3-openssl python3-pyasn1"
 	pycompile_module="ndg/httpsclient"
 	short_desc="${short_desc/Python2/Python3}"

From b6365f0e7de8db8d071ea31f31a8fdb785092335 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 173/320] python-netaddr: remove noarch.

---
 srcpkgs/python-netaddr/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-netaddr/template b/srcpkgs/python-netaddr/template
index 20cc1c93134..cdaaaf53f3b 100644
--- a/srcpkgs/python-netaddr/template
+++ b/srcpkgs/python-netaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-netaddr'
 pkgname=python-netaddr
 version=0.7.19
-revision=3
-archs=noarch
+revision=4
 wrksrc="netaddr-${version}"
 build_style=python-module
 pycompile_module="netaddr"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-netaddr_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="netaddr"
 	short_desc="${short_desc/Python2/Python3}"

From 70cadced04085789a91281d60bf3d6c19155135a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 174/320] python-nose: remove noarch.

---
 srcpkgs/python-nose/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f2cd7fe5c3f..f5d5cc0bdfb 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,8 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=4
-archs=noarch
+revision=5
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"
@@ -18,7 +17,6 @@ checksum=f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
 alternatives="nose:nosetests:/usr/bin/nosetests2"
 
 python3-nose_package() {
-	archs=noarch
 	pycompile_module="nose"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 5b931e59b8bcd53d94b0750190839e38b30b6353 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 175/320] python-nose2: remove noarch.

---
 srcpkgs/python-nose2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-nose2/template b/srcpkgs/python-nose2/template
index 058abbd4253..98af16ed7e7 100644
--- a/srcpkgs/python-nose2/template
+++ b/srcpkgs/python-nose2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-nose2'
 pkgname=python-nose2
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="nose2"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-nose2_package() {
-	archs=noarch
 	pycompile_module="nose2"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-setuptools python3-coverage python3-six"

From 090a4eb8c5fb2c971642fb467701a32a0aa694c4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 176/320] python-npyscreen: remove noarch.

---
 srcpkgs/python-npyscreen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-npyscreen/template b/srcpkgs/python-npyscreen/template
index 2223850f22e..f25fc6e2610 100644
--- a/srcpkgs/python-npyscreen/template
+++ b/srcpkgs/python-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python-npyscreen'
 pkgname=python-npyscreen
 version=4.10.5.1
-revision=2
+revision=3
 wrksrc="npyscreen-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -13,14 +13,12 @@ license="BSD-2-Clause"
 homepage="https://github.com/bad-day/npyscreen"
 distfiles="https://github.com/bad-day/npyscreen/archive/${version}.tar.gz"
 checksum=6703c22d6bad3131b075d7d242c611a3c7ba8eae03f6d3cb414e3d35dae94b29
-archs=noarch
 
 post_install() {
 	vlicense LICENCE
 }
 
 python3-npyscreen_package() {
-	archs=noarch
 	pycompile_module="npyscreen"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From ca87b1b44b99ceebfd66cd38bae084e5314004b0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 177/320] python-ntplib: remove noarch.

---
 srcpkgs/python-ntplib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ntplib/template b/srcpkgs/python-ntplib/template
index 0582fb326c1..6a8087da986 100644
--- a/srcpkgs/python-ntplib/template
+++ b/srcpkgs/python-ntplib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ntplib'
 pkgname=python-ntplib
 version=0.3.3
-revision=4
-archs=noarch
+revision=5
 build_style=python-module
 wrksrc="ntplib-${version}"
 pycompile_module="ntplib.py"

From 94bedc6fde3383949f310de527d75147d712ffa6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 178/320] python-oauth2client: remove noarch.

---
 srcpkgs/python-oauth2client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-oauth2client/template b/srcpkgs/python-oauth2client/template
index 2398adba276..b9580433fb1 100644
--- a/srcpkgs/python-oauth2client/template
+++ b/srcpkgs/python-oauth2client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-oauth2client'
 pkgname=python-oauth2client
 version=4.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="oauth2client"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/o/oauth2client/oauth2client-${version}.tar.gz"
 checksum=d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6
 
 python3-oauth2client_package() {
-	archs=noarch
 	depends="python3-httplib2 python3-pyasn1 python3-pyasn1-modules
 	 python3-rsa python3-six"
 	pycompile_module="oauth2client"

From 01876af48b16f897b4e202d56e04fad28b40e592 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 179/320] python-oauthlib: remove noarch.

---
 srcpkgs/python-oauthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-oauthlib/template b/srcpkgs/python-oauthlib/template
index 036f1b31c92..66d02dbe06e 100644
--- a/srcpkgs/python-oauthlib/template
+++ b/srcpkgs/python-oauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-oauthlib'
 pkgname=python-oauthlib
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="oauthlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-oauthlib_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From 95f26ac753408b428815ba31d98542f5ee93c2b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 180/320] python-olefile: remove noarch.

---
 srcpkgs/python-olefile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-olefile/template b/srcpkgs/python-olefile/template
index 803d7b67cd8..9a7d6033cc7 100644
--- a/srcpkgs/python-olefile/template
+++ b/srcpkgs/python-olefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-olefile'
 pkgname=python-olefile
 version=0.46
-revision=2
-archs=noarch
+revision=3
 wrksrc="olefile-${version}"
 build_style=python-module
 pycompile_module="olefile"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-olefile_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="olefile"
 	short_desc="${short_desc/Python2/Python3}"

From 11676a5340c4fdec95db28992b7f008275761d04 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 181/320] python-openssl: remove noarch.

---
 srcpkgs/python-openssl/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index d7ab230194d..27d5ff265c1 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz"
 checksum=9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507
 
 python3-openssl_package() {
-	archs=noarch
 	depends="python3-cryptography python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From f59f4df215f5011eed32d439ee7cb28dbb57bbb4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 182/320] python-packaging: remove noarch.

---
 srcpkgs/python-packaging/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 06042d12b90..0b5f38565e1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,8 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-packaging_package() {
-	archs=noarch
 	pycompile_module="packaging"
 	depends="python3-attrs python3-parsing python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 010edd89d7da76c3e327f122294e5540771d2fda Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 183/320] python-pam: remove noarch.

---
 srcpkgs/python-pam/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pam/template b/srcpkgs/python-pam/template
index 780e9008ea7..da229fc611d 100644
--- a/srcpkgs/python-pam/template
+++ b/srcpkgs/python-pam/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pam'
 pkgname=python-pam
 version=1.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python-module
 pycompile_module="pam.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pam_package() {
-	archs=noarch
 	depends="python3 pam"
 	pycompile_module="pam.py"
 	short_desc="${short_desc/Python2/Python3}"

From 5efdc45fd868513529ec1c87ada22fad92b39c16 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 184/320] python-pandocfilters: remove noarch.

---
 srcpkgs/python-pandocfilters/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pandocfilters/template b/srcpkgs/python-pandocfilters/template
index 8650d20256f..21753a10de3 100644
--- a/srcpkgs/python-pandocfilters/template
+++ b/srcpkgs/python-pandocfilters/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pandocfilters'
 pkgname=python-pandocfilters
 version=1.4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="pandocfilters-${version}"
 build_style=python-module
 pycompile_module="pandocfilters.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pandocfilters_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pandocfilters.py"
 	short_desc="${short_desc/Python2/Python3}"

From c22dbf0d1a282b9f33389f03e115573f213a217d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 185/320] python-paramiko: remove noarch.

---
 srcpkgs/python-paramiko/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-paramiko/template b/srcpkgs/python-paramiko/template
index f1bca0aea24..586fc58337d 100644
--- a/srcpkgs/python-paramiko/template
+++ b/srcpkgs/python-paramiko/template
@@ -1,8 +1,7 @@
 # Template file for 'python-paramiko'
 pkgname=python-paramiko
 version=2.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname/python-/}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
 checksum=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
 
 python3-paramiko_package() {
-	archs=noarch
 	depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 5f18d99fcd80e32f6597b9bb844b65fca102e9fd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 186/320] python-parse: remove noarch.

---
 srcpkgs/python-parse/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-parse/template b/srcpkgs/python-parse/template
index 9ccdc26d51e..11aaa558f89 100644
--- a/srcpkgs/python-parse/template
+++ b/srcpkgs/python-parse/template
@@ -1,8 +1,7 @@
 # Template file for 'python-parse'
 pkgname=python-parse
 version=1.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="parse-${version}"
 build_style=python-module
 pycompile_module="parse.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-parse_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="parse.py"
 	short_desc="${short_desc/Python2/Python3}"

From cb2fe238cf2a7d599853d8feb3948e6887861b4d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 187/320] python-parsing: remove noarch.

---
 srcpkgs/python-parsing/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index 56d64c7cbaa..e1b9193a9c8 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-parsing_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 5c3355e2cd3ea5a76e154b546d4579cee81f4e47 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 188/320] python-passlib: remove noarch.

---
 srcpkgs/python-passlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-passlib/template b/srcpkgs/python-passlib/template
index f46a3e92642..da6ea65ca80 100644
--- a/srcpkgs/python-passlib/template
+++ b/srcpkgs/python-passlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-passlib'
 pkgname=python-passlib
 version=1.7.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="passlib-${version}"
 build_style=python-module
 pycompile_module="passlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-passlib_package() {
-	archs=noarch
 	pycompile_module="passlib"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 68ef655d73897fd5e96f79cabfbd032fb39e6529 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 189/320] python-pathlib: remove noarch.

---
 srcpkgs/python-pathlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pathlib/template b/srcpkgs/python-pathlib/template
index 65704965145..dfe41670b6a 100644
--- a/srcpkgs/python-pathlib/template
+++ b/srcpkgs/python-pathlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathlib'
 pkgname=python-pathlib
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathlib-${version}"
 build_style=python2-module
 pycompile_module="pathlib.py"

From 8ca74a7b02e9758d61eb2f33a11bdf7bec0812c3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 190/320] python-pathlib2: remove noarch.

---
 srcpkgs/python-pathlib2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index fa600b78fbe..e40edf9f713 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
 checksum=446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8
 
 python3-pathlib2_package() {
-	archs=noarch
 	depends="python3-six python3-scandir"
 	pycompile_module="pathlib2"
 	short_desc="${short_desc/Python2/Python3}"

From 931076fc4e1ad2d6ef4befb93a9873f7f3a4f0de Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 191/320] python-pathspec: remove noarch.

---
 srcpkgs/python-pathspec/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathspec/template b/srcpkgs/python-pathspec/template
index bd4736ec45d..875866aa7cf 100644
--- a/srcpkgs/python-pathspec/template
+++ b/srcpkgs/python-pathspec/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathspec'
 pkgname=python-pathspec
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathspec-${version}"
 build_style=python-module
 pycompile_module="pathspec"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-pathspec_package() {
-	archs=noarch
 	pycompile_module="pathspec"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From d721a58cb051f8a093cee8ec7e211a8a403bdd9a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 192/320] python-pathtools: remove noarch.

---
 srcpkgs/python-pathtools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathtools/template b/srcpkgs/python-pathtools/template
index 47dc6ef6a71..4cd48c99248 100644
--- a/srcpkgs/python-pathtools/template
+++ b/srcpkgs/python-pathtools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathtools'
 pkgname=python-pathtools
 version=0.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathtools-${version}"
 build_style=python-module
 pycompile_module="pathtools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pathtools_package() {
-	archs=noarch
 	pycompile_module="pathtools"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From f167bd3d8a8d214bf7c5b4ec670b634b687a6f2c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 193/320] python-pbkdf2: remove noarch.

---
 srcpkgs/python-pbkdf2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pbkdf2/template b/srcpkgs/python-pbkdf2/template
index 956d0b4cad9..f9c2606725a 100644
--- a/srcpkgs/python-pbkdf2/template
+++ b/srcpkgs/python-pbkdf2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pbkdf2'
 pkgname=python-pbkdf2
 version=1.3
-revision=4
-archs=noarch
+revision=5
 wrksrc="pbkdf2-${version}"
 build_style=python-module
 pycompile_module="pbkdf2"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pbkdf2_package() {
-	archs=noarch
 	pycompile_module="pbkdf2"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From bcc6247cf2996c80d4cb17df225822f7f73d51e1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 194/320] python-pbr: remove noarch.

---
 srcpkgs/python-pbr/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index 9c7216056fe..d782fe1e996 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"
@@ -17,7 +16,6 @@ checksum=2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8
 alternatives="pbr:pbr:/usr/bin/pbr2"
 
 python3-pbr_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pbr"
 	short_desc="${short_desc/Python2/Python3}"

From 4709708d6f28b6bc93b33b86426deb9561695496 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 195/320] python-pdfrw: remove noarch.

---
 srcpkgs/python-pdfrw/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pdfrw/template b/srcpkgs/python-pdfrw/template
index ef7db98e491..469e2520401 100644
--- a/srcpkgs/python-pdfrw/template
+++ b/srcpkgs/python-pdfrw/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pdfrw'
 pkgname=python-pdfrw
 version=0.4
-revision=3
-archs=noarch
+revision=4
 replaces="python-pdfrw-example<${version}_${revision}"
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
@@ -24,7 +23,6 @@ post_install() {
 
 python3-pdfrw_package() {
 	replaces="python-pdfrw-example<${version}_${revision}"
-	archs=noarch
 	pycompile_module="pdfrw"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 30eb5a89e38223d34a197eb6684c3a2631453be0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 196/320] python-pexpect: remove noarch.

---
 srcpkgs/python-pexpect/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pexpect/template b/srcpkgs/python-pexpect/template
index 03102c3d294..ddb0fd991cf 100644
--- a/srcpkgs/python-pexpect/template
+++ b/srcpkgs/python-pexpect/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pexpect'
 pkgname=python-pexpect
 version=4.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pexpect-${version}"
 build_style=python-module
 pycompile_module="pexpect"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-pexpect_package() {
-	archs=noarch
 	depends="python3-ptyprocess"
 	pycompile_module="pexpect"
 	short_desc="${short_desc/Python2/Python3}"

From 43bef53c16e422035c752dc972347e31ea4e72c5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 197/320] python-pgmigrate: remove noarch.

---
 srcpkgs/python-pgmigrate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pgmigrate/template b/srcpkgs/python-pgmigrate/template
index f98052f4151..334183afa34 100644
--- a/srcpkgs/python-pgmigrate/template
+++ b/srcpkgs/python-pgmigrate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pgmigrate'
 pkgname=python-pgmigrate
 version=1.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgmigrate-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pgmigrate_package() {
-	archs=noarch
 	depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 46d690759ae3a56912c572431633c8a0e765eea6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 198/320] python-pgpdump: remove noarch.

---
 srcpkgs/python-pgpdump/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index a28b6e209e7..b81b40c0ef8 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=6
-archs=noarch
+revision=7
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz
 checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff
 
 python3-pgpdump_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pgpdump"
 	short_desc="${short_desc/Python2/Python3}"

From 4e97ef02f0ca2190cf562904ae0cb72c03ab4baa Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 199/320] python-picamera: remove noarch.

---
 srcpkgs/python-picamera/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-picamera/template b/srcpkgs/python-picamera/template
index e3c9a17bfdc..64b63563e45 100644
--- a/srcpkgs/python-picamera/template
+++ b/srcpkgs/python-picamera/template
@@ -1,8 +1,7 @@
 # Template file for 'python-picamera'
 pkgname=python-picamera
 version=1.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="picamera-${version}"
 build_style=python-module
 pycompile_module="picamera"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-picamera_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="picamera"
 	short_desc="${short_desc/Python2/Python3}"

From 1eae0b27956064515fc7935a8d2fef7c87fab590 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 200/320] python-pickleshare: remove noarch.

---
 srcpkgs/python-pickleshare/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pickleshare/template b/srcpkgs/python-pickleshare/template
index c1d86826c15..cf1a3505bee 100644
--- a/srcpkgs/python-pickleshare/template
+++ b/srcpkgs/python-pickleshare/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pickleshare'
 pkgname=python-pickleshare
 version=0.7.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="pickleshare-${version}"
 build_style=python-module
 pycompile_module="pickleshare.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pickleshare_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pickleshare.py"
 	short_desc="${short_desc/Python2/Python3}"

From 0259e697c1fb79dd953a45bf47becb9f2d75fd64 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 201/320] python-pipenv: remove noarch.

---
 srcpkgs/python-pipenv/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pipenv/template b/srcpkgs/python-pipenv/template
index 69490a04324..c2855f66580 100644
--- a/srcpkgs/python-pipenv/template
+++ b/srcpkgs/python-pipenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pipenv'
 pkgname=python-pipenv
 version=2020.8.13
-revision=1
-archs=noarch
+revision=2
 wrksrc="pipenv-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -33,7 +32,6 @@ post_install() {
 }
 
 python3-pipenv_package() {
-	archs=noarch
 	depends="python3 python3-pip python3-virtualenv python3-virtualenv-clone"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="

From 36df6f5a522a7bb0c4564048017257b6ae259438 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 202/320] python-pkgconfig: remove noarch.

---
 srcpkgs/python-pkgconfig/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pkgconfig/template b/srcpkgs/python-pkgconfig/template
index e9e5480907d..e8505e9c620 100644
--- a/srcpkgs/python-pkgconfig/template
+++ b/srcpkgs/python-pkgconfig/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pkgconfig'
 pkgname=python-pkgconfig
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pkgconfig-${version}"
 build_style=python-module
 pycompile_module="pkgconfig"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pkgconfig_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pkgconfig"
 	short_desc="${short_desc/Python2/Python3}"

From 6957e889112732a6b26260cd3e7cbde6ddac741f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 203/320] python-pluggy: remove noarch.

---
 srcpkgs/python-pluggy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pluggy/template b/srcpkgs/python-pluggy/template
index e52dee341ec..13eae9e2950 100644
--- a/srcpkgs/python-pluggy/template
+++ b/srcpkgs/python-pluggy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pluggy'
 pkgname=python-pluggy
 version=0.13.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pluggy-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 4ee2ae3754c24a192a5b7b373f680b234284fcc5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 204/320] 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 04a3defa6aa..30d5e39067e 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}"

From 5b2c469a31b339996e3066c97cddaed03f948fb4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 205/320] python-podcastparser: remove noarch.

---
 srcpkgs/python-podcastparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-podcastparser/template b/srcpkgs/python-podcastparser/template
index 58fd20d3f73..fe298ad2076 100644
--- a/srcpkgs/python-podcastparser/template
+++ b/srcpkgs/python-podcastparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-podcastparser'
 pkgname=python-podcastparser
 version=0.6.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="podcastparser-${version}"
 build_style=python-module
 hostmakedepends="python-devel python3-devel"
@@ -25,7 +24,6 @@ post_install() {
 
 python3-podcastparser_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove "usr/lib/python3*"

From 9cd004d9a72bb3c48ebb1ff67422531fb540f5ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 206/320] python-polib: remove noarch.

---
 srcpkgs/python-polib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-polib/template b/srcpkgs/python-polib/template
index 8b8d4b66c68..32edce0f861 100644
--- a/srcpkgs/python-polib/template
+++ b/srcpkgs/python-polib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-polib'
 pkgname=python-polib
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="polib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-polib_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="polib.py"
 	short_desc="${short_desc/Python2/Python3}"

From 6a20651098c98f53de3e615c93c413daec90cd0f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 207/320] python-portend: remove noarch.

---
 srcpkgs/python-portend/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-portend/template b/srcpkgs/python-portend/template
index 455051f5a50..bbf655b3cae 100644
--- a/srcpkgs/python-portend/template
+++ b/srcpkgs/python-portend/template
@@ -1,8 +1,7 @@
 # Template file for 'python-portend'
 pkgname=python-portend
 version=2.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="portend-${version}"
 build_style=python-module
 pycompile_module="portend.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-portend_package() {
-	archs=noarch
 	depends="python3-tempora"
 	pycompile_module="portend.py"
 	short_desc="${short_desc/Python2/Python3}"

From 3c4a4bd45ef39887008dc2128038f64af855db5b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 208/320] python-progress: remove noarch.

---
 srcpkgs/python-progress/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-progress/template b/srcpkgs/python-progress/template
index 0d6bd1db69d..bbf7fdde93c 100644
--- a/srcpkgs/python-progress/template
+++ b/srcpkgs/python-progress/template
@@ -1,8 +1,7 @@
 # Template file for 'python-progress'
 pkgname=python-progress
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="progress-${version}"
 build_style=python-module
 pycompile_module="progress"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-progress_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="progress"
 	short_desc="${short_desc/Python2/Python3}"

From a8b578b609a0c1122d1e7fa33418ba4a568f898b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 209/320] python-prometheus_client: remove noarch.

---
 srcpkgs/python-prometheus_client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-prometheus_client/template b/srcpkgs/python-prometheus_client/template
index 7b71fbeffc2..42d3787b54d 100644
--- a/srcpkgs/python-prometheus_client/template
+++ b/srcpkgs/python-prometheus_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-prometheus_client'
 pkgname=python-prometheus_client
 version=0.7.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="prometheus_client-${version}"
 build_style=python-module
 pycompile_module="prometheus_client"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
 checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
 
 python3-prometheus_client_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="prometheus_client"
 	short_desc="${short_desc/Python2/Python3}"

From dafabd118b07bd23a058d6f37ff879b349d83f0a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 210/320] python-prompt_toolkit1: remove noarch.

---
 srcpkgs/python-prompt_toolkit1/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-prompt_toolkit1/template b/srcpkgs/python-prompt_toolkit1/template
index 70516738c27..028c7223b43 100644
--- a/srcpkgs/python-prompt_toolkit1/template
+++ b/srcpkgs/python-prompt_toolkit1/template
@@ -2,8 +2,7 @@
 pkgname=python-prompt_toolkit1
 reverts="2.0.9_1"
 version=1.0.18
-revision=1
-archs=noarch
+revision=3
 wrksrc="prompt_toolkit-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From b24c11c490a271bed4755c0900ff3c70f69c46e2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 211/320] python-prompt_toolkit2: remove noarch.

---
 srcpkgs/python-prompt_toolkit2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-prompt_toolkit2/template b/srcpkgs/python-prompt_toolkit2/template
index e0f00f41668..7608e11da38 100644
--- a/srcpkgs/python-prompt_toolkit2/template
+++ b/srcpkgs/python-prompt_toolkit2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-prompt_toolkit2'
 pkgname=python-prompt_toolkit2
 version=2.0.9
-revision=5
-archs=noarch
+revision=6
 build_style=meta
 short_desc="Python2 library for building command lines (removed package)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"

From 0b91d4481f19a3f44fd349ed13f4e5e04235e0b9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 212/320] python-proselint: remove noarch.

---
 srcpkgs/python-proselint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-proselint/template b/srcpkgs/python-proselint/template
index b1da90de474..e6ff7b57315 100644
--- a/srcpkgs/python-proselint/template
+++ b/srcpkgs/python-proselint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-proselint'
 pkgname=python-proselint
 version=0.10.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="proselint-${version}"
 build_style=python-module
 pycompile_module="proselint"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-proselint_package() {
-	archs=noarch
 	depends="python3-setuptools python3-click python3-future python3-six"
 	pycompile_module="proselint"
 	short_desc="${short_desc/Python2/Python3}"

From c25bcde74339730f933011839eb84d582c8672a1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 213/320] python-ptyprocess: remove noarch.

---
 srcpkgs/python-ptyprocess/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ptyprocess/template b/srcpkgs/python-ptyprocess/template
index fd2e51fa3ac..498f95cf268 100644
--- a/srcpkgs/python-ptyprocess/template
+++ b/srcpkgs/python-ptyprocess/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ptyprocess'
 pkgname=python-ptyprocess
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ptyprocess-${version}"
 build_style=python-module
 pycompile_module="ptyprocess"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-ptyprocess_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ptyprocess"
 	short_desc="${short_desc/Python2/Python3}"

From fab2d5811c91ee631972c43909d47de9d1cee3b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 214/320] python-pyPEG2: remove noarch.

---
 srcpkgs/python-pyPEG2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyPEG2/template b/srcpkgs/python-pyPEG2/template
index e9a10e88c15..e127d6b335e 100644
--- a/srcpkgs/python-pyPEG2/template
+++ b/srcpkgs/python-pyPEG2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyPEG2'
 pkgname=python-pyPEG2
 version=2.15.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
 checksum=2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d
 
 python3-pyPEG2_package() {
-	archs=noarch
 	depends="python3-lxml"
 	pycompile_module="pypeg2"
 	short_desc="${short_desc/Python2/Python3}"

From 645a9ab236bb20ed9138ae0fb74a638930a7c90e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 215/320] python-pyacoustid: remove noarch.

---
 srcpkgs/python-pyacoustid/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template
index d5b2d967f4e..9a22e6ad26f 100644
--- a/srcpkgs/python-pyacoustid/template
+++ b/srcpkgs/python-pyacoustid/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyacoustid'
 pkgname=python-pyacoustid
 version=1.1.5
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyacoustid-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyacoustid_package() {
-	archs=noarch
 	pycompile_module="acoustid.py chromaprint.py"
 	depends="chromaprint python3-audioread python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 3449e094e6cce89cd08c9a5ada480b30d482d5e0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 216/320] python-pyaes: remove noarch.

---
 srcpkgs/python-pyaes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyaes/template b/srcpkgs/python-pyaes/template
index f45976e5b0b..8cc0dd4d5db 100644
--- a/srcpkgs/python-pyaes/template
+++ b/srcpkgs/python-pyaes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyaes'
 pkgname=python-pyaes
 version=1.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyaes-${version}"
 build_style=python-module
 pycompile_module="pyaes"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyaes_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pyaes"
 	short_desc="${short_desc/Python2/Python3}"

From b895cb71f5efc17bf78739270f683827131413ca Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 217/320] python-pyasn1-modules: remove noarch.

---
 srcpkgs/python-pyasn1-modules/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index b180252b96d..1db99e291a9 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-pyasn1-modules_package() {
-	archs=noarch
 	depends="python3-pyasn1"
 	pycompile_module="pyasn1_modules"
 	short_desc="${short_desc/Python2/Python3}"

From c3e8c4f92b93ca62c78166273fcf36340dfa4ba2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 218/320] python-pyasn1: remove noarch.

---
 srcpkgs/python-pyasn1/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 7f50c81b281..95ed039b870 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyasn1_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 16e69bcc71d119449cc555ae6df3c485a412327a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 219/320] 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"

From 8a618600484bde3228122b37e8470206d77324bf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 220/320] python-pycountry: remove noarch.

---
 srcpkgs/python-pycountry/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template
index c4a4c9cafbd..12521114658 100644
--- a/srcpkgs/python-pycountry/template
+++ b/srcpkgs/python-pycountry/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pycountry'
 pkgname=python-pycountry
 version=19.8.18
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycountry-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
 checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
 
 python3-pycountry_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 201d3f4f42ed99f472b5202480cf932749b79bbd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 221/320] python-pycparser: remove noarch.

---
 srcpkgs/python-pycparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index d2e83aa79b2..ff4f32c404b 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=2
-archs=noarch
+revision=3
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-pycparser_package() {
-	archs=noarch
 	depends="python3-ply"
 	pycompile_module="pycparser"
 	short_desc="${short_desc/Python2/Python3}"

From c9ae54d5dc419fe6ac5052e622906417dd409bc3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 222/320] python-pydns: remove noarch.

---
 srcpkgs/python-pydns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pydns/template b/srcpkgs/python-pydns/template
index 50f97da8ede..21b64694428 100644
--- a/srcpkgs/python-pydns/template
+++ b/srcpkgs/python-pydns/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pydns'
 pkgname=python-pydns
 version=2.3.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="DNS"

From f9feffbff4e8df2d631c85570df46755c3dc9e21 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 223/320] python-pyelftools: remove noarch.

---
 srcpkgs/python-pyelftools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyelftools/template b/srcpkgs/python-pyelftools/template
index 193650442fc..a9d53a9d77d 100644
--- a/srcpkgs/python-pyelftools/template
+++ b/srcpkgs/python-pyelftools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyelftools'
 pkgname=python-pyelftools
 version=0.25
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyelftools-${version}"
 build_style=python-module
 pycompile_module="elftools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyelftools_package() {
-	archs=noarch
 	pycompile_module="elftools"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 369480151b72a0188909eaf5154318f69da35697 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 224/320] python-pyflakes: remove noarch.

---
 srcpkgs/python-pyflakes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyflakes/template b/srcpkgs/python-pyflakes/template
index 586cba32b89..7fcd8191ae8 100644
--- a/srcpkgs/python-pyflakes/template
+++ b/srcpkgs/python-pyflakes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyflakes'
 pkgname=python-pyflakes
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyflakes-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyflakes_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3"

From baee5fa149f98b25f9504bc77cc49b9b548aa044 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 225/320] python-pyglet: remove noarch.

---
 srcpkgs/python-pyglet/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index 397103c49f7..d3fc17b6a15 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pyglet_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 4539943719d36de632394e02008d18e61c557cc3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 226/320] python-pykka: remove noarch.

---
 srcpkgs/python-pykka/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template
index 512639c69c3..bb8f8c05b74 100644
--- a/srcpkgs/python-pykka/template
+++ b/srcpkgs/python-pykka/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pykka'
 pkgname=python-pykka
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Pykka-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
 checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
 
 python3-pykka_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 9fa64a6651aab4912aa64a9403f77b8e682dc232 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 227/320] python-pyotp: remove noarch.

---
 srcpkgs/python-pyotp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyotp/template b/srcpkgs/python-pyotp/template
index b70bd73d4aa..1669ea3f004 100644
--- a/srcpkgs/python-pyotp/template
+++ b/srcpkgs/python-pyotp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyotp'
 pkgname=python-pyotp
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyotp-${version}"
 build_style=python-module
 pycompile_module="pyotp"
@@ -26,7 +25,6 @@ post_install() {
 
 python3-pyotp_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="pyotp"
 	depends="python3"
 	pkg_install() {

From d92e95a71a4c50d6c827f30b243f706695e9695b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 228/320] python-pypcapfile: remove noarch.

---
 srcpkgs/python-pypcapfile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pypcapfile/template b/srcpkgs/python-pypcapfile/template
index 73b767f61c2..3f0f976a7ed 100644
--- a/srcpkgs/python-pypcapfile/template
+++ b/srcpkgs/python-pypcapfile/template
@@ -1,9 +1,8 @@
 # Template file for 'python-pypcapfile'
 pkgname=python-pypcapfile
 version=0.12.0
-revision=1
+revision=2
 wrksrc="pypcapfile-${version}"
-archs=noarch
 build_style=python2-module
 pycompile_module="pcapfile"
 hostmakedepends="python-setuptools"

From 62fbfe0b9a8cde50fd4c7c01bb9d1e44e1fd958d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 229/320] python-pyperclip: remove noarch.

---
 srcpkgs/python-pyperclip/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyperclip/template b/srcpkgs/python-pyperclip/template
index 1286923b906..dd54f0f58e9 100644
--- a/srcpkgs/python-pyperclip/template
+++ b/srcpkgs/python-pyperclip/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyperclip'
 pkgname=python-pyperclip
 version=1.8.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python-module
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-pyperclip_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From b31a030a3d5938452289688514e2fb1d54955c4d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 230/320] python-pyqtgraph: remove noarch.

---
 srcpkgs/python-pyqtgraph/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyqtgraph/template b/srcpkgs/python-pyqtgraph/template
index 1bea9c2ffdf..e7dbe4f46d8 100644
--- a/srcpkgs/python-pyqtgraph/template
+++ b/srcpkgs/python-pyqtgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyqtgraph'
 pkgname=python-pyqtgraph
 version=0.10.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyqtgraph"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyqtgraph_package() {
-	archs=noarch
 	depends="python3-PyQt5 python3-numpy python3-PyOpenGL"
 	pycompile_module="pyqtgraph"
 	short_desc="${short_desc/Python2/Python3}"

From 88733e6368259e066014826d5b6e97d01b387b9e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 231/320] python-pyrfc3339: remove noarch.

---
 srcpkgs/python-pyrfc3339/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyrfc3339/template b/srcpkgs/python-pyrfc3339/template
index cd81c4d0624..97c853b75ca 100644
--- a/srcpkgs/python-pyrfc3339/template
+++ b/srcpkgs/python-pyrfc3339/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyrfc3339'
 pkgname=python-pyrfc3339
 version=1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="pyrfc3339"
 wrksrc="pyRFC3339-${version}"
@@ -23,7 +22,6 @@ python3-pyrfc3339_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-pytz"
 	pycompile_module="pyrfc3339"
-	archs=noarch
 	pkg_install() {
 		vlicense LICENSE.txt LICENSE
 		vmove usr/lib/python3*

From bf0e39f5b47e0345cbbd9d3508e5e4b48f8751c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 232/320] python-pyserial: remove noarch.

---
 srcpkgs/python-pyserial/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index 354be493b16..f45d1aad246 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyserial_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="serial"
 	short_desc="${short_desc/Python2/Python3}"

From bac5b161725f28ebdbf5bbc5a5e2b51a02dd8148 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 233/320] python-pysocks: remove noarch.

---
 srcpkgs/python-pysocks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pysocks/template b/srcpkgs/python-pysocks/template
index ca508a4a7cc..6895a2a8827 100644
--- a/srcpkgs/python-pysocks/template
+++ b/srcpkgs/python-pysocks/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pysocks'
 pkgname=python-pysocks
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="PySocks-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pysocks_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7c5bc3541fbdec4ada393442983d4bb5abcca3e3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 234/320] python-pysrt: remove noarch.

---
 srcpkgs/python-pysrt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pysrt/template b/srcpkgs/python-pysrt/template
index be742c08ce4..bb57344711d 100644
--- a/srcpkgs/python-pysrt/template
+++ b/srcpkgs/python-pysrt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pysrt'
 pkgname=python-pysrt
 version=1.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysrt-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ checksum=b4f844ba33e4e7743e9db746492f3a193dc0bc112b153914698e7c1cdeb9b0b9
 alternatives="srt:srt:/usr/bin/srt2"
 
 python3-pysrt_package() {
-	archs=noarch
 	depends="python3 python3-chardet"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="srt:srt:/usr/bin/srt3"

From 9ac10a61882a569740a09123bab7190ee2146a7b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 235/320] python-pystache: remove noarch.

---
 srcpkgs/python-pystache/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index 893045b8998..ed0d09d544d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-pystache_package() {
-	archs=noarch
 	pycompile_module="pystache"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 6e7408668a47c27f52bd6901fdf37c3cc2615fbe Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 236/320] python-pyte: remove noarch.

---
 srcpkgs/python-pyte/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyte/template b/srcpkgs/python-pyte/template
index 1efc2f9a488..11a1dd80b8f 100644
--- a/srcpkgs/python-pyte/template
+++ b/srcpkgs/python-pyte/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyte'
 pkgname=python-pyte
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyte-${version}"
 build_style=python-module
 pycompile_module="pyte"
@@ -20,7 +19,6 @@ pre_build() {
 }
 
 python3-pyte_package() {
-	archs=noarch
 	pycompile_module="pyte"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-wcwidth"

From 9b6e79c06e403c8f1f778049fee7c4bddd6864a9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 237/320] python-pytest-fixture-config: remove noarch.

---
 srcpkgs/python-pytest-fixture-config/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pytest-fixture-config/template b/srcpkgs/python-pytest-fixture-config/template
index 14255af8a35..e277d8f3445 100644
--- a/srcpkgs/python-pytest-fixture-config/template
+++ b/srcpkgs/python-pytest-fixture-config/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest-fixture-config'
 pkgname=python-pytest-fixture-config
 version=1.3.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="pytest_fixture_config.py"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-pytest-fixture-config_package() {
-	archs=noarch
 	depends="python3-pytest"
 	pycompile_module="pytest_fixture_config.py"
 	short_desc="${short_desc/Python2/Python3}"

From 4f1c6149f6a324deec8263e65ac2bb39841d9af0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 238/320] python-pytest-mock: remove noarch.

---
 srcpkgs/python-pytest-mock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pytest-mock/template b/srcpkgs/python-pytest-mock/template
index 240e8773aaa..a7f9a70a131 100644
--- a/srcpkgs/python-pytest-mock/template
+++ b/srcpkgs/python-pytest-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest-mock'
 pkgname=python-pytest-mock
 version=1.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="pytest_mock.py _pytest_mock_version.py"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-pytest-mock_package() {
-	archs=noarch
 	depends="python3-pytest"
 	pycompile_module="pytest_mock.py _pytest_mock_version.py"
 	short_desc="${short_desc/Python2/Python3}"

From 64dfcc0d889429d470383d57b58f7165f3fd4cfd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 239/320] python-pytest: remove noarch.

---
 srcpkgs/python-pytest/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template
index 5e2ffe71b6e..4d0f26440c7 100644
--- a/srcpkgs/python-pytest/template
+++ b/srcpkgs/python-pytest/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest'
 pkgname=python-pytest
 version=4.6.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From a7372bb1b922321eb0d1369ea0fd79c5a5353e2c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 240/320] python-pyudev: remove noarch.

---
 srcpkgs/python-pyudev/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyudev/template b/srcpkgs/python-pyudev/template
index 2ec53088636..90042ba269a 100644
--- a/srcpkgs/python-pyudev/template
+++ b/srcpkgs/python-pyudev/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyudev'
 pkgname=python-pyudev
 version=0.21.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyudev-${version}"
 build_style=python-module
 pycompile_module="pyudev"
@@ -16,7 +15,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
 
 python3-pyudev_package() {
-	archs=noarch
 	depends="python3 python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 

From fe8c44fd0cc2cecf7d33f1394f2486df9fd54c20 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 241/320] python-pyx: remove noarch.

---
 srcpkgs/python-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pyx/template b/srcpkgs/python-pyx/template
index 1ece52764ab..98cdd081f64 100644
--- a/srcpkgs/python-pyx/template
+++ b/srcpkgs/python-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyx'
 pkgname=python-pyx
 version=0.12.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="PyX-${version}"
 build_style=python2-module
 pycompile_module="pyx"

From 8ea4205d907c04fbe1fd00acd12a3ae2eca0baaf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 242/320] python-pyzbar: remove noarch.

---
 srcpkgs/python-pyzbar/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyzbar/template b/srcpkgs/python-pyzbar/template
index 35b568eb4e6..cd953df9d58 100644
--- a/srcpkgs/python-pyzbar/template
+++ b/srcpkgs/python-pyzbar/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyzbar'
 pkgname=python-pyzbar
 version=0.1.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyzbar-${version}"
 build_style=python-module
 pycompile_module="pyzbar"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-pyzbar_package() {
-	archs=noarch
 	pycompile_module="pyzbar"
 	depends="libzbar python3"
 	alternatives="pyzbar:read_zbar:/usr/bin/read_zbar.py3"

From e48fc298cfc6467461bd44ac7e2a11cd5d721c8e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 243/320] python-qrcode: remove noarch.

---
 srcpkgs/python-qrcode/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template
index bf35c82757e..7299de35e7e 100644
--- a/srcpkgs/python-qrcode/template
+++ b/srcpkgs/python-qrcode/template
@@ -1,8 +1,7 @@
 # Template file for 'python-qrcode'
 pkgname=python-qrcode
 version=6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="qrcode-${version}"
 build_style=python-module
 pycompile_module="qrcode"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-qrcode_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="qrcode"
 	short_desc="${short_desc/Python2/Python3}"

From 9453d18b90fbd72c4892d1fd0518d1645fa0d699 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 244/320] python-random2: remove noarch.

---
 srcpkgs/python-random2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-random2/template b/srcpkgs/python-random2/template
index 2603cae3584..df442957ea1 100644
--- a/srcpkgs/python-random2/template
+++ b/srcpkgs/python-random2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-random2'
 pkgname=python-random2
 version=1.0.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="random2-${version}"
 build_style=python-module
 pycompile_module="random2.py"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/random2/random2-${version}.zip"
 checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
 
 python3-random2_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="random2.py"
 	pkg_install() {

From cb18b0906d497013055a4e47e5f69baf654cbbcd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 245/320] python-rarfile: remove noarch.

---
 srcpkgs/python-rarfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rarfile/template b/srcpkgs/python-rarfile/template
index 83ff75c6e03..564de07401d 100644
--- a/srcpkgs/python-rarfile/template
+++ b/srcpkgs/python-rarfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rarfile'
 pkgname=python-rarfile
 version=4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="rarfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-rarfile_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1e0e7b00b3e73940d5b4703523a2bf20b43fff04 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 246/320] python-raven: remove noarch.

---
 srcpkgs/python-raven/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-raven/template b/srcpkgs/python-raven/template
index 87382c21602..6962b3d84e5 100644
--- a/srcpkgs/python-raven/template
+++ b/srcpkgs/python-raven/template
@@ -1,8 +1,7 @@
 # Template file for 'python-raven'
 pkgname=python-raven
 version=6.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="raven-${version}"
 build_style=python-module
 pycompile_module="raven"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-raven_package() {
-	archs=noarch
 	pycompile_module="raven"
 	depends="ca-certificates python3-setuptools"
 	alternatives="raven:raven:/usr/bin/raven3"

From 44285d4cb189dc508e4fe2c34b2fc32776155c62 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 247/320] python-rdflib: remove noarch.

---
 srcpkgs/python-rdflib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index f676dedfb2f..8437ac417c4 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -33,7 +32,6 @@ python3-rdflib_package() {
 	 rdflib:rdfgraphisomorphism:/usr/bin/rdfgraphisomorphism3
 	 rdflib:rdfpipe:/usr/bin/rdfpipe3
 	 rdflib:rdfs2dot:/usr/bin/rdfs2dot3"
-	archs=noarch
 	depends="python3-setuptools python3-isodate python3-parsing"
 	pycompile_module="rdflib"
 	short_desc="${short_desc/Python2/Python3}"

From 047c129f78351b1a39e8fa47be7b253bee3b743d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 248/320] python-readability-lxml: remove noarch.

---
 srcpkgs/python-readability-lxml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
index ace92da477b..5bbcc47940b 100644
--- a/srcpkgs/python-readability-lxml/template
+++ b/srcpkgs/python-readability-lxml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-readability-lxml'
 pkgname=python-readability-lxml
 version=0.8.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="readability-lxml-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
 checksum=e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1
 
 python3-readability-lxml_package() {
-	archs=noarch
 	depends="python3-lxml"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 4e13abf313232dea15c49687739a47f46a79e4f3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 249/320] python-rebulk: remove noarch.

---
 srcpkgs/python-rebulk/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template
index 3bc58c3a7dd..44fd9208175 100644
--- a/srcpkgs/python-rebulk/template
+++ b/srcpkgs/python-rebulk/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rebulk'
 pkgname=python-rebulk
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="rebulk-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-rebulk_package() {
-	archs=noarch
 	depends="python3 python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2f78cea0078d7744756490e6fb606ae78f2f2a87 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 250/320] python-redis: remove noarch.

---
 srcpkgs/python-redis/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template
index 68eb4ee09e9..0c50b053edc 100644
--- a/srcpkgs/python-redis/template
+++ b/srcpkgs/python-redis/template
@@ -1,8 +1,7 @@
 # Template file for 'python-redis'
 pkgname=python-redis
 version=3.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="redis-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-redis_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 0de584f1d254b62b5c9b8da21b40094b12022121 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 251/320] python-requests-mock: remove noarch.

---
 srcpkgs/python-requests-mock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-mock/template b/srcpkgs/python-requests-mock/template
index 2d1410fcd1b..fa6fdbfadff 100644
--- a/srcpkgs/python-requests-mock/template
+++ b/srcpkgs/python-requests-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-mock'
 pkgname=python-requests-mock
 version=1.5.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="requests-mock-${version}"
 build_style=python-module
 pycompile_module="requests_mock"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/requests-mock/requests-mock-${version}.tar.gz"
 checksum=7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb
 
 python3-requests-mock_package() {
-	archs=noarch
 	pycompile_module="requests_mock"
 	depends="python3-requests python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 72fbbda6714ac1c6031349cd6edbfe93aed44bbf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 252/320] python-requests-oauthlib: remove noarch.

---
 srcpkgs/python-requests-oauthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-oauthlib/template b/srcpkgs/python-requests-oauthlib/template
index e3e824b35b1..f04ba1d788d 100644
--- a/srcpkgs/python-requests-oauthlib/template
+++ b/srcpkgs/python-requests-oauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-oauthlib'
 pkgname=python-requests-oauthlib
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="requests_oauthlib"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-requests-oauthlib_package() {
-	archs=noarch
 	depends="python3-requests python3-oauthlib"
 	pycompile_module="requests_oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From f0dda248d54d1eae181846ca8ac4b752e5b53ec7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 253/320] python-requests-toolbelt: remove noarch.

---
 srcpkgs/python-requests-toolbelt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-toolbelt/template b/srcpkgs/python-requests-toolbelt/template
index 13a81586221..07056675593 100644
--- a/srcpkgs/python-requests-toolbelt/template
+++ b/srcpkgs/python-requests-toolbelt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-toolbelt'
 pkgname=python-requests-toolbelt
 version=0.9.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="requests_toolbelt"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/requests-toolbelt/requests-toolbelt-${version}.tar.gz"
 checksum=968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0
 
 python3-requests-toolbelt_package() {
-	archs=noarch
 	pycompile_module="requests_toolbelt"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 197967b732524af749ef993853a0f00255b99938 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 254/320] python-requests: remove noarch.

---
 srcpkgs/python-requests/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 1bd9f51333c..3222c5bed2c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ pre_build() {
 }
 
 python3-requests_package() {
-	archs=noarch
 	depends="ca-certificates python3-chardet python3-urllib3 python3-idna"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e2b39c4fee0611d920f9aac301d5bb148b767229 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 255/320] python-rfc6555: remove noarch.

---
 srcpkgs/python-rfc6555/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index 2522872cc32..e310dfdabf0 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/rfc6555/rfc6555-${version}.tar.gz"
 checksum=191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217
 
 python3-rfc6555_package() {
-	archs=noarch
 	pycompile_module="rfc6555"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 23a51dff9b184cc6d346107c80f1980b01787980 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 256/320] python-ripe-atlas-cousteau: remove noarch.

---
 srcpkgs/python-ripe-atlas-cousteau/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ripe-atlas-cousteau/template b/srcpkgs/python-ripe-atlas-cousteau/template
index 72f32a9da0d..fd924aa3774 100644
--- a/srcpkgs/python-ripe-atlas-cousteau/template
+++ b/srcpkgs/python-ripe-atlas-cousteau/template
@@ -1,9 +1,8 @@
 # Template file for 'python-ripe-atlas-cousteau'
 pkgname=python-ripe-atlas-cousteau
 version=1.4.2
-revision=2
+revision=3
 build_style=python-module
-archs=noarch
 pycompile_module="ripe/atlas/cousteau"
 wrksrc="ripe-atlas-cousteau-${version}"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ checksum=91bfaaafe7561ccc7b91f555a5004c467d615b9f404739496a4ed6a22fcb07b7
 
 python3-ripe-atlas-cousteau_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="ripe/atlas/cousteau"
 	depends="python3-dateutil python3-socketIO-client"
 	pkg_install() {

From 62c755b00a00e17b2880ee4d09d1bfabf67030b4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 257/320] python-ripe-atlas-sagan: remove noarch.

---
 srcpkgs/python-ripe-atlas-sagan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ripe-atlas-sagan/template b/srcpkgs/python-ripe-atlas-sagan/template
index 22abb48af46..5c8d2821206 100644
--- a/srcpkgs/python-ripe-atlas-sagan/template
+++ b/srcpkgs/python-ripe-atlas-sagan/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ripe-atlas-sagan'
 pkgname=python-ripe-atlas-sagan
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python-module
 pycompile_module="ripe/atlas/sagan"

From 04469b7b2ea7966e076d840fc9b64146ff0f4a07 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 258/320] python-rsa: remove noarch.

---
 srcpkgs/python-rsa/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rsa/template b/srcpkgs/python-rsa/template
index 11e9bf2c60d..e60c367fa3d 100644
--- a/srcpkgs/python-rsa/template
+++ b/srcpkgs/python-rsa/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rsa'
 pkgname=python-rsa
 version=4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="rsa"
@@ -31,7 +30,6 @@ python3-rsa_package() {
 	 rsa:pyrsa-priv2pub:/usr/bin/pyrsa-priv2pub3
 	 rsa:pyrsa-sign:/usr/bin/pyrsa-sign3
 	 rsa:pyrsa-verify:/usr/bin/pyrsa-verify3"
-	archs=noarch
 	pycompile_module="rsa"
 	depends="python3-setuptools python3-pyasn1"
 	short_desc="${short_desc/Python2/Python3}"

From 23b6a6fe4ee0c7d0bdecc221ce54a1feb0666e6e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 259/320] python-s3transfer: remove noarch.

---
 srcpkgs/python-s3transfer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-s3transfer/template b/srcpkgs/python-s3transfer/template
index 29aba6cc68b..67f264fecb5 100644
--- a/srcpkgs/python-s3transfer/template
+++ b/srcpkgs/python-s3transfer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-s3transfer'
 pkgname=python-s3transfer
 version=0.3.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="s3transfer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz"
 checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
 
 python3-s3transfer_package() {
-	archs=noarch
 	depends="python3-botocore"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From c001e8231213480a6fc24cd8a17ec02e5cd9d985 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 260/320] python-scour: remove noarch.

---
 srcpkgs/python-scour/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-scour/template b/srcpkgs/python-scour/template
index 0db5b157ce1..21da7d0c757 100644
--- a/srcpkgs/python-scour/template
+++ b/srcpkgs/python-scour/template
@@ -1,8 +1,7 @@
 # Template file for 'python-scour'
 pkgname=python-scour
 version=0.37
-revision=2
-archs=noarch
+revision=3
 wrksrc="scour-${version}"
 build_style=python-module
 pycompile_module="scour"
@@ -23,7 +22,6 @@ do_check() {
 }
 
 python3-scour_package() {
-	archs=noarch
 	pycompile_module="scour"
 	depends="python3-setuptools python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 3439cd7dcfe215906ad46b09694d0ee923ec48e4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 261/320] python-selectors2: remove noarch.

---
 srcpkgs/python-selectors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-selectors2/template b/srcpkgs/python-selectors2/template
index 1ad45d8e7d3..8b4191943bd 100644
--- a/srcpkgs/python-selectors2/template
+++ b/srcpkgs/python-selectors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-selectors2'
 pkgname=python-selectors2
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="selectors2-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 8ed7153cd399e3cd79b12400b8b9d1dc7aeabd2b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 262/320] python-send2trash: remove noarch.

---
 srcpkgs/python-send2trash/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-send2trash/template b/srcpkgs/python-send2trash/template
index 94f56545695..39edc920748 100644
--- a/srcpkgs/python-send2trash/template
+++ b/srcpkgs/python-send2trash/template
@@ -1,8 +1,7 @@
 # Template file for 'python-send2trash'
 pkgname=python-send2trash
 version=1.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="send2trash-${version}"
 build_style=python-module
 pycompile_module="send2trash"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-send2trash_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="send2trash"
 	short_desc="${short_desc/Python2/Python3}"

From 380eb5aae09caade6de2f391b00f03c4ddb1b470 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 263/320] python-serpent: remove noarch.

---
 srcpkgs/python-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
index 658802bef0d..aa1728ddf35 100644
--- a/srcpkgs/python-serpent/template
+++ b/srcpkgs/python-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python-serpent'
 pkgname=python-serpent
 version=1.28
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 7d6bd4a2a4def26bf62405193fdd40e9245bc468 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 264/320] python-service_identity: remove noarch.

---
 srcpkgs/python-service_identity/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index e21a1520a75..88eb3ae4d15 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,8 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-service_identity_package() {
-	archs=noarch
 	depends="python3-attrs python3-pyasn1-modules python3-cryptography"
 	pycompile_module="service_identity"
 	short_desc="${short_desc/Python2/Python3}"

From c07a2a589959de2e1e3482f928796162cf8ced80 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 265/320] python-setuptools: remove noarch.

---
 srcpkgs/python-setuptools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template
index d71e746e12e..36f0733afa3 100644
--- a/srcpkgs/python-setuptools/template
+++ b/srcpkgs/python-setuptools/template
@@ -3,8 +3,7 @@ pkgname=python-setuptools
 # https://github.com/pypa/setuptools/issues/1458
 # python2 support for setuptools ended at 44.0.0
 version=44.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python2-module
 hostmakedepends="python-devel"

From e41069173b5ae5739a5442eca4716a20cbcdeaf9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 266/320] python-sh: remove noarch.

---
 srcpkgs/python-sh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sh/template b/srcpkgs/python-sh/template
index 16de6daf662..c5d89c1e636 100644
--- a/srcpkgs/python-sh/template
+++ b/srcpkgs/python-sh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sh'
 pkgname=python-sh
 version=1.13.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-sh_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 6123971e6335cb71dfb8604ba25f6ec23c574a0f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 267/320] python-simplebayes: remove noarch.

---
 srcpkgs/python-simplebayes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-simplebayes/template b/srcpkgs/python-simplebayes/template
index 6c95222fa7e..aedd45d59e4 100644
--- a/srcpkgs/python-simplebayes/template
+++ b/srcpkgs/python-simplebayes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-simplebayes'
 pkgname=python-simplebayes
 version=1.5.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="simplebayes-${version}"
 build_style=python-module
 pycompile_module="simplebayes"
@@ -22,7 +21,6 @@ post_install() {
 python3-simplebayes_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="simplebayes"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 01f87622217749a9af221eb0cbc7143972af2a44 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 268/320] python-simplegeneric: remove noarch.

---
 srcpkgs/python-simplegeneric/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-simplegeneric/template b/srcpkgs/python-simplegeneric/template
index f352387fa1f..268b8e497dd 100644
--- a/srcpkgs/python-simplegeneric/template
+++ b/srcpkgs/python-simplegeneric/template
@@ -1,8 +1,7 @@
 # Template file for 'python-simplegeneric'
 pkgname=python-simplegeneric
 version=0.8.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="simplegeneric-${version}"
 build_style=python-module
 hostmakedepends="unzip python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip"
 checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
 
 python3-simplegeneric_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="simplegeneric.py"
 	short_desc="${short_desc/Python2/Python3}"

From cc820e2c83763699729d610dfecb06d4bd27157e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 269/320] python-singledispatch: remove noarch.

---
 srcpkgs/python-singledispatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-singledispatch/template b/srcpkgs/python-singledispatch/template
index 9da989105f8..e119ca189ef 100644
--- a/srcpkgs/python-singledispatch/template
+++ b/srcpkgs/python-singledispatch/template
@@ -1,8 +1,7 @@
 # Template file for 'python-singledispatch'
 pkgname=python-singledispatch
 version=3.4.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="singledispatch-${version}"
 build_style=python2-module
 pycompile_module="singledispatch.py singledispatch_helpers.py"

From aa5ecaf1b19e45fc7b5a53fffe0898e41529ce1b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 270/320] python-six: remove noarch.

---
 srcpkgs/python-six/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index 7fde8bc856b..d1b862cd9c7 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,8 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ do_check() {
 }
 
 python3-six_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 17743894d0f9d092fa2b46118945f73f292b45a6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 271/320] python-smmap: remove noarch.

---
 srcpkgs/python-smmap/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-smmap/template b/srcpkgs/python-smmap/template
index 8c8ea952285..5e9ae702f65 100644
--- a/srcpkgs/python-smmap/template
+++ b/srcpkgs/python-smmap/template
@@ -1,8 +1,7 @@
 # Template file for 'python-smmap'
 pkgname=python-smmap
 version=2.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="smmap-${version}"
 build_style=python-module
 pycompile_module="smmap"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-smmap_package() {
-	archs=noarch
 	pycompile_module="smmap"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From dd8b6573246e6eee7b8d14931b29f71284067b50 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 272/320] python-snowballstemmer: remove noarch.

---
 srcpkgs/python-snowballstemmer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-snowballstemmer/template b/srcpkgs/python-snowballstemmer/template
index 221478860e5..24983c37fd5 100644
--- a/srcpkgs/python-snowballstemmer/template
+++ b/srcpkgs/python-snowballstemmer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-snowballstemmer'
 pkgname=python-snowballstemmer
 version=1.2.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="snowballstemmer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
 checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
 
 python3-snowballstemmer_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="snowballstemmer"
 	short_desc="${short_desc/Python2/Python3}"

From a1727c1c4f119b6b41fcea75d46805ffb67e8ae6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 273/320] python-socketIO-client: remove noarch.

---
 srcpkgs/python-socketIO-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-socketIO-client/template b/srcpkgs/python-socketIO-client/template
index 9495d7cf40b..b69270da1b3 100644
--- a/srcpkgs/python-socketIO-client/template
+++ b/srcpkgs/python-socketIO-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-socketIO-client'
 pkgname=python-socketIO-client
 version=0.7.2
-revision=3
-archs=noarch
+revision=4
 build_style=python-module
 pycompile_module="socketIO_client"
 wrksrc="socketIO-client-${version}"
@@ -22,7 +21,6 @@ post_install() {
 python3-socketIO-client_package() {
 	depends="python3-requests python3-six python3-websocket-client"
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="socketIO_client"
 	pkg_install() {
 		vmove usr/lib/python3*

From 39f599a6ba5f101b9d34a3086877189e1d7102cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 274/320] python-soupsieve: remove noarch.

---
 srcpkgs/python-soupsieve/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-soupsieve/template b/srcpkgs/python-soupsieve/template
index 062cc3e6a8a..de4cbe25cd3 100644
--- a/srcpkgs/python-soupsieve/template
+++ b/srcpkgs/python-soupsieve/template
@@ -1,8 +1,7 @@
 # Template file for 'python-soupsieve'
 pkgname=python-soupsieve
 version=1.9.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="soupsieve-${version}"
 build_style=python-module
 pycompile_module="soupsieve"
@@ -34,7 +33,6 @@ post_install() {
 }
 
 python3-soupsieve_package() {
-	archs=noarch
 	pycompile_module="soupsieve"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From cb2dd283630e5ce202720bfc6bc161830e73d633 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 275/320] python-spambayes: remove noarch.

---
 srcpkgs/python-spambayes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-spambayes/template b/srcpkgs/python-spambayes/template
index 9a85558c1d3..ecd1af3149e 100644
--- a/srcpkgs/python-spambayes/template
+++ b/srcpkgs/python-spambayes/template
@@ -1,9 +1,8 @@
 # Template file for 'python-spambayes'
 pkgname=python-spambayes
 version=1.1b3
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
-archs=noarch
 build_style=python2-module
 hostmakedepends="python-setuptools"
 depends="python-lockfile python-pydns"

From 1df4ea45f31b440111b9d04c5ca469c228cc8937 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 276/320] python-sqlalchemy-migrate: remove noarch.

---
 srcpkgs/python-sqlalchemy-migrate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index bb002660c0f..8b3172216b0 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"
@@ -27,7 +26,6 @@ python3-sqlalchemy-migrate_package() {
 	alternatives="
 	 migrate:migrate-repository:/usr/bin/migrate-repository3
 	 migrate:migrate:/usr/bin/migrate3"
-	archs=noarch
 	depends="python3-pbr python3-SQLAlchemy python3-decorator python3-six
 	 python3-sqlparse python3-tempita"
 	pycompile_module="migrate"

From f0edfc78afce7c7076415bfcfd50df504c2a3839 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 277/320] python-sqlparse: remove noarch.

---
 srcpkgs/python-sqlparse/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 0f8c6f8ea2e..7cbaee84385 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-sqlparse_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="sqlparse"
 	short_desc="${short_desc/Python2/Python3}"

From 6a3ad44f0eda59fc52d4853e4bce3333ec16964f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 278/320] python-stem: remove noarch.

---
 srcpkgs/python-stem/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template
index 97bb4b48cb6..aeed80169d7 100644
--- a/srcpkgs/python-stem/template
+++ b/srcpkgs/python-stem/template
@@ -1,8 +1,7 @@
 # Template file for 'python-stem'
 pkgname=python-stem
 version=1.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stem-${version/b/}"
 build_style=python-module
 pycompile_module="stem"
@@ -18,7 +17,6 @@ checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
 alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
 
 python3-stem_package() {
-	archs=noarch
 	depends="python3-cryptography"
 	pycompile_module="stem"
 	short_desc="${short_desc/Python2/Python3}"

From 8a33dd73720dd91e68963498655dfd8c47316910 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 279/320] python-stormssh: remove noarch.

---
 srcpkgs/python-stormssh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-stormssh/template b/srcpkgs/python-stormssh/template
index 11f63f67bba..0c1757943f8 100644
--- a/srcpkgs/python-stormssh/template
+++ b/srcpkgs/python-stormssh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-stormssh'
 pkgname=python-stormssh
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=storm-${version}
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-stormssh_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-paramiko python3-termcolor python3-Flask"
 	pycompile_module="storm"
 	short_desc="${short_desc/Python2/Python3}"

From 49c450b006e6b21e7a7cf0078209150543e978e8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 280/320] python-tempita: remove noarch.

---
 srcpkgs/python-tempita/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index c1c75ee1cac..1d580085566 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=4
-archs=noarch
+revision=5
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/T/Tempita/Tempita-${version}.tar.gz"
 checksum=cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c
 
 python3-tempita_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="tempita"
 	short_desc="${short_desc/Python2/Python3}"

From 4379dc8542b6a903c132a5f7b1383d2ef9506ad6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 281/320] python-tempora: remove noarch.

---
 srcpkgs/python-tempora/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tempora/template b/srcpkgs/python-tempora/template
index 194dc2718e5..dda4362bec9 100644
--- a/srcpkgs/python-tempora/template
+++ b/srcpkgs/python-tempora/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tempora'
 pkgname=python-tempora
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="tempora-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-tempora_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-pytz"
 	alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 	short_desc="${short_desc/Python2/Python3}"

From c27cc3b1d30177cc05c82a80e070d4ffeb970f2e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 282/320] python-termcolor: remove noarch.

---
 srcpkgs/python-termcolor/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template
index 73c18fc79eb..96f8ff869d1 100644
--- a/srcpkgs/python-termcolor/template
+++ b/srcpkgs/python-termcolor/template
@@ -1,8 +1,7 @@
 # Template file for 'python-termcolor'
 pkgname=python-termcolor
 version=1.1.0
-revision=6
-archs=noarch
+revision=7
 wrksrc="termcolor-${version}"
 build_style=python-module
 hostmakedepends="python-devel python3-devel"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-termcolor_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="termcolor.py"
 	short_desc="${short_desc/Python2/Python3}"

From 0ae0e3fbac82d375df316a53af5b22928532610d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 283/320] python-terminado: remove noarch.

---
 srcpkgs/python-terminado/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-terminado/template b/srcpkgs/python-terminado/template
index d649364d88d..e28fcc6f9fa 100644
--- a/srcpkgs/python-terminado/template
+++ b/srcpkgs/python-terminado/template
@@ -1,8 +1,7 @@
 # Template file for 'python-terminado'
 pkgname=python-terminado
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminado-${version}"
 build_style=python-module
 pycompile_module="terminado"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-terminado_package() {
-	archs=noarch
 	depends="python3-ptyprocess python3-tornado"
 	pycompile_module="terminado"
 	short_desc="${short_desc/Python2/Python3}"

From 7cfefe084e29db55856d4b35c40a73c5d9cda0cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 284/320] python-testpath: remove noarch.

---
 srcpkgs/python-testpath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-testpath/template b/srcpkgs/python-testpath/template
index abfc59900c0..8bd4c708ace 100644
--- a/srcpkgs/python-testpath/template
+++ b/srcpkgs/python-testpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-testpath'
 pkgname=python-testpath
 version=0.4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="testpath-${version}"
 build_style=python-module
 pycompile_module="testpath"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-testpath_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="testpath"
 	short_desc="${short_desc/Python2/Python3}"

From 7d63846613f42df48f716910cc9199fbb9c4fa22 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 285/320] python-texttable: remove noarch.

---
 srcpkgs/python-texttable/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-texttable/template b/srcpkgs/python-texttable/template
index 24bac87af6a..97f34f31824 100644
--- a/srcpkgs/python-texttable/template
+++ b/srcpkgs/python-texttable/template
@@ -1,8 +1,7 @@
 # Template file for 'python-texttable'
 pkgname=python-texttable
 version=1.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="texttable-${version}"
 build_style=python-module
 pycompile_module="texttable.py"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-texttable_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="texttable.py"
 	short_desc="${short_desc/Python2/Python3}"

From fa1c45225cf223d3f26c631a4f6a1c2cbd7e3b45 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 286/320] python-tkinter: remove noarch.

---
 srcpkgs/python-tkinter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template
index f2b6d0bacf1..d2d21982493 100644
--- a/srcpkgs/python-tkinter/template
+++ b/srcpkgs/python-tkinter/template
@@ -8,7 +8,7 @@ _desc="Interpreted, interactive, object-oriented programming language"
 
 pkgname=python-tkinter
 version=2.7.18
-revision=1
+revision=2
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python2.7/lib-tk"
 hostmakedepends="pkg-config"
@@ -76,7 +76,6 @@ do_install() {
 }
 
 idle-python_package() {
-	archs=noarch
 	short_desc="${_desc} - IDE for Python2 using Tkinter"
 	pycompile_dirs="usr/lib/python2.7/idlelib"
 	depends="${sourcepkg}-${version}_${revision}"

From d89c0a68ca8c9edfe4a50df2369b95dbe70c3f60 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 287/320] python-tmuxp: remove noarch.

---
 srcpkgs/python-tmuxp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tmuxp/template b/srcpkgs/python-tmuxp/template
index 812d80343cc..dbea3ccd210 100644
--- a/srcpkgs/python-tmuxp/template
+++ b/srcpkgs/python-tmuxp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tmuxp'
 pkgname=python-tmuxp
 version=1.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="tmuxp-${version}"
 build_style=python-module
 pycompile_module="tmuxp"
@@ -28,7 +27,6 @@ post_install() {
 }
 
 python3-tmuxp_package() {
-	archs=noarch
 	pycompile_module="tmuxp"
 	depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux"
 	short_desc="${short_desc/Python2/Python3}"

From e3a025a7edb26260748880992f728d838a25f78d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 288/320] python-toml: remove noarch.

---
 srcpkgs/python-toml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-toml/template b/srcpkgs/python-toml/template
index 2fd6eaa0cea..70fcb304b16 100644
--- a/srcpkgs/python-toml/template
+++ b/srcpkgs/python-toml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-toml'
 pkgname=python-toml
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="toml-${version}"
 build_style=python-module
 pycompile_module="toml"
@@ -20,7 +19,6 @@ pkg_install() {
 }
 
 python3-toml_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="toml"
 	short_desc=${short_desc/Python2/Python3}

From 5c19b8a3059d1b3e30a77dec263bca919e9f7b88 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 289/320] python-tqdm: remove noarch.

---
 srcpkgs/python-tqdm/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tqdm/template b/srcpkgs/python-tqdm/template
index f7ee7d037af..5ad9c46bed9 100644
--- a/srcpkgs/python-tqdm/template
+++ b/srcpkgs/python-tqdm/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tqdm'
 pkgname=python-tqdm
 version=4.48.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tqdm-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -27,7 +26,6 @@ python3-tqdm_package() {
 	alternatives="
 	 tqdm:tqdm:/usr/bin/tqdm3
 	 tqdm:tqdm.1:/usr/share/man/man1/tqdm3.1"
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/2/3}"
 	pkg_install() {

From 7198b231905e552d006451c7bda4bbaef0772a89 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 290/320] python-tracing: remove noarch.

---
 srcpkgs/python-tracing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-tracing/template b/srcpkgs/python-tracing/template
index 4408f31be9f..086f0f57a6e 100644
--- a/srcpkgs/python-tracing/template
+++ b/srcpkgs/python-tracing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tracing'
 pkgname=python-tracing
 version=0.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-tracing-tracing-${version}"
 build_style=python2-module
 pycompile_module="tracing"

From 739db79c26a5ca784f0cf80f5fceda350feccaa3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 291/320] python-ttystatus: remove noarch.

---
 srcpkgs/python-ttystatus/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ttystatus/template b/srcpkgs/python-ttystatus/template
index 2df1a81c9be..87b83e761f7 100644
--- a/srcpkgs/python-ttystatus/template
+++ b/srcpkgs/python-ttystatus/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ttystatus'
 pkgname=python-ttystatus
 version=0.38
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="ttystatus"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version
 checksum=e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628
 
 python3-ttystatus_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ttystatus"
 	short_desc="${short_desc/Python2/Python3}"

From 323cb7d45c0c65216d8d8d4c3dd807babc4e7350 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 292/320] python-tweepy: remove noarch.

---
 srcpkgs/python-tweepy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tweepy/template b/srcpkgs/python-tweepy/template
index 2487511922a..3367d4ec87a 100644
--- a/srcpkgs/python-tweepy/template
+++ b/srcpkgs/python-tweepy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tweepy'
 pkgname=python-tweepy
 version=3.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="tweepy-${version}"
 build_style=python-module
 pycompile_module="tweepy"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-tweepy_package() {
-	archs=noarch
 	pycompile_module="tweepy"
 	depends="python3-requests-oauthlib python3-six python3-pysocks"
 	short_desc="${short_desc/Python2/Python3}"

From 307b654a2eedca4b07f6e99e7b1938a179c462ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 293/320] python-twitter: remove noarch.

---
 srcpkgs/python-twitter/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-twitter/template b/srcpkgs/python-twitter/template
index e5e7194078a..d8b209b8fb9 100644
--- a/srcpkgs/python-twitter/template
+++ b/srcpkgs/python-twitter/template
@@ -1,8 +1,7 @@
 # Template file for 'python-twitter'
 pkgname=python-twitter
 version=3.5
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="twitter"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ pre_build() {
 }
 
 python3-twitter_package() {
-	archs=noarch
 	pycompile_module="twitter"
 	depends="python3-future python3-requests python3-requests-oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From 54b89c5efd96b6eda34aaeb9d6d4b9a7d2ec86e4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 294/320] python-txgithub: remove noarch.

---
 srcpkgs/python-txgithub/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template
index e33466d59e3..2e8e2c2ce9f 100644
--- a/srcpkgs/python-txgithub/template
+++ b/srcpkgs/python-txgithub/template
@@ -1,8 +1,7 @@
 # Template file for 'python-txgithub'
 pkgname=python-txgithub
 version=15.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="txgithub"

From dc5d70db272e3940c523df9cfef134b4f2e9d2a2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 295/320] python-typing: remove noarch.

---
 srcpkgs/python-typing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-typing/template b/srcpkgs/python-typing/template
index dce911b6b1a..cd2d8ddd2c4 100644
--- a/srcpkgs/python-typing/template
+++ b/srcpkgs/python-typing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-typing'
 pkgname=python-typing
 version=3.6.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="typing-${version}"
 build_style=python2-module
 pycompile_module="typing.py"

From f14c4534ad479336af42bc5a9f638a89a4c1deb5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 296/320] python-unittest-mixins: remove noarch.

---
 srcpkgs/python-unittest-mixins/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-unittest-mixins/template b/srcpkgs/python-unittest-mixins/template
index 2ff5c497523..83053849864 100644
--- a/srcpkgs/python-unittest-mixins/template
+++ b/srcpkgs/python-unittest-mixins/template
@@ -1,8 +1,7 @@
 # Template file for 'python-unittest-mixins'
 pkgname=python-unittest-mixins
 version=1.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="unittest_mixins"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/u/unittest-mixins/unittest-mixins-${version}.tar.gz"
 checksum=05363abe099f0724b7bb6d71d0ce1046078c868cb10b3f1ebdf3ca6593c52507
 
 python3-unittest-mixins_package() {
-	archs=noarch
 	pycompile_module="unittest_mixins"
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 69a077b53f7752d92334752d54e7d202596e81d6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 297/320] python-urbandict: remove noarch.

---
 srcpkgs/python-urbandict/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urbandict/template b/srcpkgs/python-urbandict/template
index 0808a11e98d..816850bcc5c 100644
--- a/srcpkgs/python-urbandict/template
+++ b/srcpkgs/python-urbandict/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urbandict'
 pkgname=python-urbandict
 version=0.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="urbandict-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ checksum=a19685ffa2450bea2df9bf328a6ce7c3c1e2213c95171ae2263b987cc54d201b
 alternatives="urbandicli:urbandicli:/usr/bin/urbandicli2"
 
 python3-urbandict_package() {
-	archs=noarch
 	alternatives="urbandicli:urbandicli:/usr/bin/urbandicli3"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3"

From b40ca354d35bf33d40e4e94a8d5a56514c1914cd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 298/320] python-uritemplate: remove noarch.

---
 srcpkgs/python-uritemplate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-uritemplate/template b/srcpkgs/python-uritemplate/template
index 5a44f7e24af..eb358488bc7 100644
--- a/srcpkgs/python-uritemplate/template
+++ b/srcpkgs/python-uritemplate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-uritemplate'
 pkgname=python-uritemplate
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-uritemplate_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 24bf935cabd1bace72d909226c208a48b570567f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 299/320] python-urllib3: remove noarch.

---
 srcpkgs/python-urllib3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 3f354488f86..09279b1573e 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-urllib3_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 35d73a0ad54c62fdaf342a261e55d3658025e669 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 300/320] python-urlnorm: remove noarch.

---
 srcpkgs/python-urlnorm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-urlnorm/template b/srcpkgs/python-urlnorm/template
index ae488dc3179..46723e0f869 100644
--- a/srcpkgs/python-urlnorm/template
+++ b/srcpkgs/python-urlnorm/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urlnorm'
 pkgname=python-urlnorm
 version=1.1.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlnorm-${version}"
 build_style=python2-module
 pycompile_module="urlnorm"

From f82dbed54d248408c017fcfee487a7ac51a3d2cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 301/320] python-urwidtrees: remove noarch.

---
 srcpkgs/python-urwidtrees/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urwidtrees/template b/srcpkgs/python-urwidtrees/template
index 62d214489e2..eb295db3cb3 100644
--- a/srcpkgs/python-urwidtrees/template
+++ b/srcpkgs/python-urwidtrees/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urwidtrees'
 pkgname=python-urwidtrees
 version=1.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="urwidtrees-${version}"
 build_style=python-module
 pycompile_module="urwidtrees"
@@ -16,7 +15,6 @@ distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz"
 checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034
 
 python3-urwidtrees_package() {
-	archs=noarch
 	pycompile_module="urwidtrees"
 	depends="python3-urwid"
 	short_desc="${short_desc/Python2/Python3}"

From af5e1ca48adc3502fabfce7440816cf107c62706 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 302/320] python-utils: remove noarch.

---
 srcpkgs/python-utils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-utils/template b/srcpkgs/python-utils/template
index 4c7a5ef1bfb..428d04724e5 100644
--- a/srcpkgs/python-utils/template
+++ b/srcpkgs/python-utils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-utils'
 pkgname=python-utils
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-utils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-utils_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From d0da3d108490e279ed98d7228c1d241cac7ad111 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 303/320] python-vint: remove noarch.

---
 srcpkgs/python-vint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-vint/template b/srcpkgs/python-vint/template
index 62c663bf18e..3688c2481cf 100644
--- a/srcpkgs/python-vint/template
+++ b/srcpkgs/python-vint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-vint'
 pkgname=python-vint
 version=0.3.19
-revision=3
-archs=noarch
+revision=4
 wrksrc="vim-vint-${version}"
 build_style=python-module
 pycompile_module="vint"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-vint_package() {
-	archs=noarch
 	depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
 	pycompile_module="vint"
 	short_desc="${short_desc/Python2/Python3}"

From 2b5cd1488c4400503628e7feed39c6ce2591d454 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 304/320] python-vispy: remove noarch.

---
 srcpkgs/python-vispy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template
index 624ade6f12b..dc093446dec 100644
--- a/srcpkgs/python-vispy/template
+++ b/srcpkgs/python-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-vispy'
 pkgname=python-vispy
 version=0.6.1
-revision=2
+revision=3
 wrksrc="vispy-${version}"
 build_style=python-module
 pycompile_module="vispy"
@@ -21,7 +21,6 @@ post_install() {
 
 python3-vispy_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="vispy"
 	depends="python3-numpy"
 	pkg_install() {

From 6a4f5e5371792c976c0f12751f0c40f36aac6967 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 305/320] python-vobject: remove noarch.

---
 srcpkgs/python-vobject/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-vobject/template b/srcpkgs/python-vobject/template
index 2c1c215527c..b83b1178806 100644
--- a/srcpkgs/python-vobject/template
+++ b/srcpkgs/python-vobject/template
@@ -1,8 +1,7 @@
 # Template file for 'python-vobject'
 pkgname=python-vobject
 version=0.9.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="vobject-${version}"
 build_style=python-module
 pycompile_module="vobject"
@@ -20,7 +19,6 @@ alternatives="
  vobject:ics_diff:/usr/bin/ics_diff2"
 
 python3-vobject_package() {
-	archs=noarch
 	pycompile_module="vobject"
 	depends="python3-setuptools python3-dateutil python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From c39a28bac137f2db32a4fdcb3ff804994aaf4fb9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 306/320] python-voluptuous: remove noarch.

---
 srcpkgs/python-voluptuous/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-voluptuous/template b/srcpkgs/python-voluptuous/template
index 1dd5de27491..3be545b4db8 100644
--- a/srcpkgs/python-voluptuous/template
+++ b/srcpkgs/python-voluptuous/template
@@ -1,8 +1,7 @@
 # Template file for 'python-voluptuous'
 pkgname=python-voluptuous
 version=0.11.5
-revision=3
-archs=noarch
+revision=4
 wrksrc="voluptuous-${version}"
 build_style=python-module
 pycompile_module="voluptuous"

From f2797a309cb1642f8807c99219e10a71414ec67d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 307/320] python-watchdog: remove noarch.

---
 srcpkgs/python-watchdog/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-watchdog/template b/srcpkgs/python-watchdog/template
index 2eea6397f00..1bb7925f751 100644
--- a/srcpkgs/python-watchdog/template
+++ b/srcpkgs/python-watchdog/template
@@ -1,8 +1,7 @@
 # Template file for 'python-watchdog'
 pkgname=python-watchdog
 version=0.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="watchdog-${version}"
 build_style=python-module
 pycompile_module="watchdog"
@@ -17,7 +16,6 @@ checksum=965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d
 alternatives="watchdog:watchmedo:/usr/bin/watchmedo2"
 
 python3-watchdog_package() {
-	archs=noarch
 	pycompile_module="watchdog"
 	alternatives="watchdog:watchmedo:/usr/bin/watchmedo3"
 	depends="python3-setuptools python3-yaml python3-argh python3-pathtools"

From d423a1a3b07874cc959461a4aa51a501c090be33 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 308/320] python-webassets: remove noarch.

---
 srcpkgs/python-webassets/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-webassets/template b/srcpkgs/python-webassets/template
index 7ed3cfd1b4c..0c32faab4b7 100644
--- a/srcpkgs/python-webassets/template
+++ b/srcpkgs/python-webassets/template
@@ -1,8 +1,7 @@
 # Template file for 'python-webassets'
 pkgname=python-webassets
 version=0.12.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="webassets"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-webassets_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="webassets"
 	short_desc="${short_desc/Python2/Python3}"

From 266d954dbc7c4339f29af481cb0972856572817c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 309/320] python-webencodings: remove noarch.

---
 srcpkgs/python-webencodings/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-webencodings/template b/srcpkgs/python-webencodings/template
index f047a9e3c52..c9d7ca700fa 100644
--- a/srcpkgs/python-webencodings/template
+++ b/srcpkgs/python-webencodings/template
@@ -1,8 +1,7 @@
 # Template file for 'python-webencodings'
 pkgname=python-webencodings
 version=0.5.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="webencodings-${version}"
 build_style=python-module
 pycompile_module="webencodings"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/w/webencodings/webencodings-${version}.tar.gz"
 checksum=b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
 
 python3-webencodings_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="webencodings"
 	short_desc="${short_desc/Python2/Python3}"

From 1eddb06359ac22b72f0d41a7f9d8c942fd17ed69 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 310/320] python-websocket-client: remove noarch.

---
 srcpkgs/python-websocket-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-websocket-client/template b/srcpkgs/python-websocket-client/template
index 3df8ab42b36..20115b02979 100644
--- a/srcpkgs/python-websocket-client/template
+++ b/srcpkgs/python-websocket-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-websocket-client'
 pkgname=python-websocket-client
 version=0.56.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="websocket_client-${version}"
 build_style=python-module
 pycompile_module="websocket"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-websocket-client_package() {
-	archs=noarch
 	depends="python3-six ca-certificates"
 	pycompile_module="websocket"
 	short_desc="${short_desc/Python2/Python3}"

From 00e35480b03d8468e152f2829be2d77e68713184 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 311/320] python-wheel: remove noarch.

---
 srcpkgs/python-wheel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template
index 6e3cd5c5b95..a26060f143c 100644
--- a/srcpkgs/python-wheel/template
+++ b/srcpkgs/python-wheel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wheel'
 pkgname=python-wheel
 version=0.35.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="wheel-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-wheel_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="wheel:wheel:usr/bin/wheel3"

From a4c1b491cf09694e613f4799b7dab4dea4966a89 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 312/320] python-wikipedia: remove noarch.

---
 srcpkgs/python-wikipedia/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wikipedia/template b/srcpkgs/python-wikipedia/template
index f8a69755b74..e5cd2a9512c 100644
--- a/srcpkgs/python-wikipedia/template
+++ b/srcpkgs/python-wikipedia/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wikipedia'
 pkgname=python-wikipedia
 version=1.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="wikipedia-${version}"
 build_style=python-module
 pycompile_module="wikipedia"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-wikipedia_package() {
-	archs=noarch
 	pycompile_module="wikipedia"
 	depends="python3-BeautifulSoup4 python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 6836b504e5a1e9293748e98775d9efc1e7db9c17 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 313/320] python-wsproto: remove noarch.

---
 srcpkgs/python-wsproto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wsproto/template b/srcpkgs/python-wsproto/template
index f8b131104e6..5e95b9c8900 100644
--- a/srcpkgs/python-wsproto/template
+++ b/srcpkgs/python-wsproto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wsproto'
 pkgname=python-wsproto
 version=0.15.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="wsproto-${version}"
 build_style=python-module
 pycompile_module="wsproto"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-wsproto_package() {
-	archs=noarch
 	pycompile_module="wsproto"
 	depends="python3 python3-h11"
 	short_desc="${short_desc/Python2/Python3}"

From 36f3b05b2414aeab0b0d6e87d3063f218dfb5717 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 314/320] python-xdg: remove noarch.

---
 srcpkgs/python-xdg/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index 4e819c8bec7..ad6b2c1e4d2 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
 checksum=fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06
 
 python3-xdg_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="xdg"
 	short_desc="${short_desc/Python2/Python3}"

From c3893c9419dd86bb13e5f2003be1f318454a0c4b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 315/320] python-xlib: remove noarch.

---
 srcpkgs/python-xlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 8c409c7f8c4..68ffb98bdf0 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=1
-archs=noarch
+revision=2
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"
@@ -18,7 +17,6 @@ pre_build() {
 }
 
 python3-xlib_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 757a289571d833ea0846856be137b7d0513fdb7d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 316/320] python-xmldiff: remove noarch.

---
 srcpkgs/python-xmldiff/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/python-xmldiff/template b/srcpkgs/python-xmldiff/template
index b8f25af9575..839abfaa2fb 100644
--- a/srcpkgs/python-xmldiff/template
+++ b/srcpkgs/python-xmldiff/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xmldiff'
 pkgname=python-xmldiff
 version=2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="xmldiff-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,14 +18,12 @@ alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
 replaces="xmldiff>=0"
 
 xmldiff_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"
 }
 
 python3-xmldiff_package() {
-	archs=noarch
 	depends="python3-lxml python3-six python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="xmldiff:xmldiff:/usr/bin/xmldiff3"

From 5661b1d7974257545acd682f9efc6237566487ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 317/320] python-xmltodict: remove noarch.

---
 srcpkgs/python-xmltodict/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xmltodict/template b/srcpkgs/python-xmltodict/template
index b3d7ef042e8..38f4a3acff6 100644
--- a/srcpkgs/python-xmltodict/template
+++ b/srcpkgs/python-xmltodict/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xmltodict'
 pkgname=python-xmltodict
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="xmltodict-${version}"
 build_style=python-module
 pycompile_module="xmltodict.py"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-xmltodict_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="xmltodict.py"
 	depends="python3"

From 93f564c30d2e1280b9b802bad60f321979adc588 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 318/320] python-yamllint: remove noarch.

---
 srcpkgs/python-yamllint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-yamllint/template b/srcpkgs/python-yamllint/template
index d0b51ba637a..68da0ce1b94 100644
--- a/srcpkgs/python-yamllint/template
+++ b/srcpkgs/python-yamllint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-yamllint'
 pkgname=python-yamllint
 version=1.15.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="yamllint-${version}"
 build_style=python-module
 pycompile_module="yamllint"
@@ -22,7 +21,6 @@ do_check() {
 }
 
 python3-yamllint_package() {
-	archs=noarch
 	depends="python3-pathspec python3-setuptools python3-yaml"
 	pycompile_module="yamllint"
 	short_desc="${short_desc/Python2/Python3}"

From e48cc10c51881a62a93a9886065f9d49e2728591 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 319/320] python-zc.lockfile: remove noarch.

---
 srcpkgs/python-zc.lockfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-zc.lockfile/template b/srcpkgs/python-zc.lockfile/template
index 4a44b0c926e..11e7e9486cb 100644
--- a/srcpkgs/python-zc.lockfile/template
+++ b/srcpkgs/python-zc.lockfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-zc.lockfile'
 pkgname=python-zc.lockfile
 version=2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="zc/lockfile"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-zc.lockfile_package() {
-	archs=noarch
 	pycompile_module="zc/lockfile"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 98e50116cf5f78a17bfda5027697f5c6b715e123 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 320/320] python-zipstream: remove noarch.

---
 srcpkgs/python-zipstream/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-zipstream/template b/srcpkgs/python-zipstream/template
index 2c7390127ac..057150feab1 100644
--- a/srcpkgs/python-zipstream/template
+++ b/srcpkgs/python-zipstream/template
@@ -1,8 +1,7 @@
 # Template file for 'python-zipstream'
 pkgname=python-zipstream
 version=1.1.4
-revision=4
-archs=noarch
+revision=5
 wrksrc="python-zipstream-${version}"
 build_style=python-module
 pycompile_module="zipstream"
@@ -16,7 +15,6 @@ distfiles="https://github.com/allanlei/python-zipstream/archive/v${version}.tar.
 checksum=32a7a4bdb786914445589595273beffbbf9b6a0a3a3dc2cf19ea96114bd2abd7
 
 python3-zipstream_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="zipstream"
 	short_desc="${short_desc/Python2/Python3}"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Python2 noarch rebuild
  2020-09-19 22:24 [PR PATCH] Python2 noarch rebuild fosslinux
@ 2020-09-19 22:25 ` fosslinux
  2020-09-19 22:37 ` fosslinux
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-09-19 22:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is an updated pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages python2-noarch-rebuild
https://github.com/void-linux/void-packages/pull/24986

Python2 noarch rebuild
320 python2 packages...

next up is python3

A patch file from https://github.com/void-linux/void-packages/pull/24986.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python2-noarch-rebuild-24986.patch --]
[-- Type: text/x-diff, Size: 297175 bytes --]

From cc719e2ef4b2d0665e10df2d61a7bd1ca03b14b9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 001/320] backblaze-b2: remove noarch.

---
 srcpkgs/backblaze-b2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index ef7fbca68b6..d1a8cda6f05 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,8 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="b2-${version}"
 build_style=python3-module
 pycompile_module="b2"
@@ -43,6 +42,5 @@ do_check() {
 python-b2_package() {
 	depends="backblaze-b2>=${version}_${revision}"
 	build_style=meta
-	archs=noarch
 	short_desc+=" - transitional package"
 }

From 54ab3a04c8431b0e901aa66c5c59e492cf2ab256 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 002/320] fonttools: remove noarch.

---
 srcpkgs/fonttools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index f94f794b2a2..09f0db8bece 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,8 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 292d7aabffbab92651e10f61e116ee3048581aa1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 003/320] python-Arrow: remove noarch.

---
 srcpkgs/python-Arrow/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Arrow/template b/srcpkgs/python-Arrow/template
index a8c2e30c74b..40c8a84550d 100644
--- a/srcpkgs/python-Arrow/template
+++ b/srcpkgs/python-Arrow/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Arrow'
 pkgname=python-Arrow
 version=0.15.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="arrow-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
 checksum=5390e464e2c5f76971b60ffa7ee29c598c7501a294bc9f5e6dadcb251a5d027b
 
 python3-Arrow_package() {
-	archs=noarch
 	depends="python3-dateutil"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 21320ea1fad0df3de147b3ab930e6f89ebde3f07 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 004/320] python-Babel: remove noarch.

---
 srcpkgs/python-Babel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index 2b175b4ecba..e64f9976592 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Babel_package() {
-	archs=noarch
 	depends="python3-setuptools python3-pytz"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="babel:pybabel:/usr/bin/pybabel3"

From 15a4ed6d34dad6b7a36a72a4d0d8540ffcab89a5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 005/320] python-BeautifulSoup4: remove noarch.

---
 srcpkgs/python-BeautifulSoup4/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-BeautifulSoup4/template b/srcpkgs/python-BeautifulSoup4/template
index 956348442ff..ddeb3d52b35 100644
--- a/srcpkgs/python-BeautifulSoup4/template
+++ b/srcpkgs/python-BeautifulSoup4/template
@@ -1,8 +1,7 @@
 # Template file for 'python-BeautifulSoup4'
 pkgname=python-BeautifulSoup4
 version=4.8.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="beautifulsoup4-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-BeautifulSoup4_package() {
-	archs=noarch
 	depends="python3 python3-soupsieve"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1da718ad2dbff3fc694384f7f805d802a74757c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 006/320] python-Cheroot: remove noarch.

---
 srcpkgs/python-Cheroot/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template
index ce0447f4d35..9a99973ede1 100644
--- a/srcpkgs/python-Cheroot/template
+++ b/srcpkgs/python-Cheroot/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Cheroot'
 pkgname=python-Cheroot
 version=8.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="cheroot-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-Cheroot_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-more-itertools
 	 python3-jaraco.functools"
 	alternatives="cheroot:cheroot:/usr/bin/cheroot3"

From 96357b167b8419fc5b8ffeb38c01e2f13385c862 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 007/320] python-CherryPy: remove noarch.

---
 srcpkgs/python-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template
index b1e17cca37a..c63430070b0 100644
--- a/srcpkgs/python-CherryPy/template
+++ b/srcpkgs/python-CherryPy/template
@@ -2,8 +2,7 @@
 pkgname=python-CherryPy
 reverts="18.0.1_1 18.0.0_1"
 version=17.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python2-module
 pycompile_module="cherrypy"

From cac061f305a9b5dd523f13d14d2fc11ba58ab42e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 008/320] python-Django: remove noarch.

---
 srcpkgs/python-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-Django/template b/srcpkgs/python-Django/template
index 6549f5c0fae..9412426a64b 100644
--- a/srcpkgs/python-Django/template
+++ b/srcpkgs/python-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Django'
 pkgname=python-Django
 version=1.11.29
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From c7bb684bddcc427a96803c4d63956917b800cad7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 009/320] python-Flask-Assets: remove noarch.

---
 srcpkgs/python-Flask-Assets/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Assets/template b/srcpkgs/python-Flask-Assets/template
index 3ca0de18077..2166c318730 100644
--- a/srcpkgs/python-Flask-Assets/template
+++ b/srcpkgs/python-Flask-Assets/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Assets'
 pkgname=python-Flask-Assets
 version=0.12
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_assets.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-Assets_package() {
-	archs=noarch
 	depends="python3-Flask python3-webassets"
 	pycompile_module="flask_assets.py"
 	short_desc="${short_desc/Python2/Python3}"

From dfeaf65d3ae5b863bd7543abe88aed7217be47c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 010/320] python-Flask-Babel: remove noarch.

---
 srcpkgs/python-Flask-Babel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Babel/template b/srcpkgs/python-Flask-Babel/template
index e5b600bf922..8eeed1987e7 100644
--- a/srcpkgs/python-Flask-Babel/template
+++ b/srcpkgs/python-Flask-Babel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Babel'
 pkgname=python-Flask-Babel
 version=1.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-Babel_package() {
-	archs=noarch
 	depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From dfddc92896ee09d43f49fd0c8f7acf907d2d990b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 011/320] python-Flask-Login: remove noarch.

---
 srcpkgs/python-Flask-Login/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Login/template b/srcpkgs/python-Flask-Login/template
index a9b982bdce6..720c05f9005 100644
--- a/srcpkgs/python-Flask-Login/template
+++ b/srcpkgs/python-Flask-Login/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Login'
 pkgname=python-Flask-Login
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-Login_package() {
-	archs=noarch
 	depends="python3-Flask"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 5a5a971c7091a30777d317fe07183ce468782d9e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 012/320] python-Flask-OAuthlib: remove noarch.

---
 srcpkgs/python-Flask-OAuthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-OAuthlib/template b/srcpkgs/python-Flask-OAuthlib/template
index edf5c13560e..f93915dedef 100644
--- a/srcpkgs/python-Flask-OAuthlib/template
+++ b/srcpkgs/python-Flask-OAuthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-OAuthlib'
 pkgname=python-Flask-OAuthlib
 version=0.9.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_oauthlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-OAuthlib_package() {
-	archs=noarch
 	depends="python3-Flask python3-requests-oauthlib"
 	pycompile_module="flask_oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From e4d557772fba83678ebef8dd46432bb72825c52a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 013/320] python-Flask-Script: remove noarch.

---
 srcpkgs/python-Flask-Script/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Script/template b/srcpkgs/python-Flask-Script/template
index ebac828a5b1..d231492e746 100644
--- a/srcpkgs/python-Flask-Script/template
+++ b/srcpkgs/python-Flask-Script/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Script'
 pkgname=python-Flask-Script
 version=2.0.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_script"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-Script_package() {
-	archs=noarch
 	depends="python3-Flask"
 	pycompile_module="flask_script"
 	short_desc="${short_desc/Python2/Python3}"

From 5d2c7f5e387e00ba8eb38cacff2fc5d8de5fccfb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 014/320] python-Flask-WTF: remove noarch.

---
 srcpkgs/python-Flask-WTF/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-WTF/template b/srcpkgs/python-Flask-WTF/template
index f72307f79be..c605cc1dd4d 100644
--- a/srcpkgs/python-Flask-WTF/template
+++ b/srcpkgs/python-Flask-WTF/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-WTF'
 pkgname=python-Flask-WTF
 version=0.14.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-WTF_package() {
-	archs=noarch
 	depends="python3-Flask python3-WTForms"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 3fc7668c695a9e350c3105690dc1023eee600628 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 015/320] python-Flask: remove noarch.

---
 srcpkgs/python-Flask/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template
index 1aa7f5208ed..37cec032623 100644
--- a/srcpkgs/python-Flask/template
+++ b/srcpkgs/python-Flask/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask'
 pkgname=python-Flask
 version=1.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-Flask_package() {
-	archs=noarch
 	depends="python3-setuptools python3-Jinja2 python3-Werkzeug python3-itsdangerous python3-click"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="flask:flask:/usr/bin/flask3"

From bc9c1e3ddaff70bb6b526ad228b8e447d5b25915 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 016/320] python-GitPython: remove noarch.

---
 srcpkgs/python-GitPython/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-GitPython/template b/srcpkgs/python-GitPython/template
index 232429265f1..f161d704283 100644
--- a/srcpkgs/python-GitPython/template
+++ b/srcpkgs/python-GitPython/template
@@ -1,8 +1,7 @@
 # Template file for 'python-GitPython'
 pkgname=python-GitPython
 version=2.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="GitPython-${version}"
 build_style=python-module
 pycompile_module="git"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-GitPython_package() {
-	archs=noarch
 	depends="python3-gitdb"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e56a43b6d09e520f0a1f6b1d6c4e89fbdd0c8aad Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 017/320] python-IPy: remove noarch.

---
 srcpkgs/python-IPy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-IPy/template b/srcpkgs/python-IPy/template
index aaae9fcd002..351b791213f 100644
--- a/srcpkgs/python-IPy/template
+++ b/srcpkgs/python-IPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-IPy'
 pkgname=python-IPy
 version=1.00
-revision=2
-archs=noarch
+revision=3
 wrksrc="IPy-${version}"
 build_style=python-module
 pycompile_module="IPy.py"
@@ -21,7 +20,6 @@ post_install() {
 
 python3-IPy_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="IPy.py"
 	depends="python3"
 	pkg_install() {

From 6bf667142b234a13733c27f9306193acb2a09b49 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 018/320] python-Mako: remove noarch.

---
 srcpkgs/python-Mako/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Mako/template b/srcpkgs/python-Mako/template
index 8cfa6722149..8d284dbb7b8 100644
--- a/srcpkgs/python-Mako/template
+++ b/srcpkgs/python-Mako/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Mako'
 pkgname=python-Mako
 version=1.1.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mako-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-Mako_package() {
-	archs=noarch
 	depends="python3-setuptools python3-MarkupSafe"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="mako:mako-render:/usr/bin/mako-render3"

From 0df82e090414c33a78fc4c2302a5524d934a73f3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 019/320] python-Markdown: remove noarch.

---
 srcpkgs/python-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-Markdown/template b/srcpkgs/python-Markdown/template
index fa75ca590cc..164fa3c4611 100644
--- a/srcpkgs/python-Markdown/template
+++ b/srcpkgs/python-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Markdown'
 pkgname=python-Markdown
 version=3.1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="Markdown-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 4f51b61569b3dc53cf0367d7c44ce058354436c8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 020/320] python-Markups: remove noarch.

---
 srcpkgs/python-Markups/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template
index 1eb15b49301..d632930fb54 100644
--- a/srcpkgs/python-Markups/template
+++ b/srcpkgs/python-Markups/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Markups'
 pkgname=python-Markups
 version=3.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="Markups-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Markups_package() {
-	archs=noarch
 	depends="python3 python3-markdown-math"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 983d3d08c6a403a570336d7445f5db8c74171f0b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 021/320] python-MiniMock: remove noarch.

---
 srcpkgs/python-MiniMock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-MiniMock/template b/srcpkgs/python-MiniMock/template
index 8b8c4f5f1e6..3fbb6729023 100644
--- a/srcpkgs/python-MiniMock/template
+++ b/srcpkgs/python-MiniMock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-MiniMock'
 pkgname=python-MiniMock
 version=1.2.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="minimock.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-MiniMock_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="minimock.py"
 	short_desc="${short_desc/Python2/Python3}"

From a9d15ac0f0ea181b99f69814570078308d63ffc9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 022/320] python-PyHamcrest: remove noarch.

---
 srcpkgs/python-PyHamcrest/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 48f001595aa..204a6a1a95e 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,8 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-PyHamcrest_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="hamcrest"
 	short_desc="${short_desc/Python2/Python3}"

From 513671d43e6c2dc24e522a6d2bac2dff96e6c2d7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 023/320] python-PyOpenGL: remove noarch.

---
 srcpkgs/python-PyOpenGL/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-PyOpenGL/template b/srcpkgs/python-PyOpenGL/template
index 79709575673..456b30f229c 100644
--- a/srcpkgs/python-PyOpenGL/template
+++ b/srcpkgs/python-PyOpenGL/template
@@ -1,8 +1,7 @@
 # Template file for 'python-PyOpenGL'
 pkgname=python-PyOpenGL
 version=3.1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyOpenGL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-PyOpenGL_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 21e26528c23ceb17af87213641479ca17d43c7a6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 024/320] python-Pygments: remove noarch.

---
 srcpkgs/python-Pygments/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index d464e59d617..17f7b6bf5d2 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-Pygments_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pygments:pygmentize:/usr/bin/pygmentize3"

From 1121a995c912cf7aa44ce9520245fc6262761efc Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 025/320] python-Pyro4: remove noarch.

---
 srcpkgs/python-Pyro4/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Pyro4/template b/srcpkgs/python-Pyro4/template
index 3eba13d0e9c..e115ce7731f 100644
--- a/srcpkgs/python-Pyro4/template
+++ b/srcpkgs/python-Pyro4/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Pyro4'
 pkgname=python-Pyro4
 version=4.80
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -34,7 +33,6 @@ python3-Pyro4_package() {
 	 pyro4:pyro4-ns:/usr/bin/pyro4-ns3
 	 pyro4:pyro4-nsc:/usr/bin/pyro4-nsc3
 	 pyro4:pyro4-test-echoserver:/usr/bin/pyro4-test-echoserver3"
-	archs=noarch
 	depends="python3-setuptools python3-serpent"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e943a22568a64c3c416ef8c4a68497a7299e2d21 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 026/320] python-SPARQLWrapper: remove noarch.

---
 srcpkgs/python-SPARQLWrapper/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-SPARQLWrapper/template b/srcpkgs/python-SPARQLWrapper/template
index 8d2db9a02b3..e647c7d805f 100644
--- a/srcpkgs/python-SPARQLWrapper/template
+++ b/srcpkgs/python-SPARQLWrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'python-SPARQLWrapper'
 pkgname=python-SPARQLWrapper
 version=1.8.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="SPARQLWrapper"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
 checksum=21928e7a97f565e772cdeeb0abad428960f4307e3a13dbdd8f6d3da8a6a506c9
 
 python3-SPARQLWrapper_package() {
-	archs=noarch
 	depends="python3-rdflib"
 	pycompile_module="SPARQLWrapper"
 	short_desc="${short_desc/Python2/Python3}"

From 8a7fd33fcf98548fd726376f9dc569b925da9ded Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 027/320] python-Unidecode: remove noarch.

---
 srcpkgs/python-Unidecode/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Unidecode/template b/srcpkgs/python-Unidecode/template
index 444eb1427d6..a28175887a7 100644
--- a/srcpkgs/python-Unidecode/template
+++ b/srcpkgs/python-Unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Unidecode'
 pkgname=python-Unidecode
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Unidecode-${version}"
 build_style=python-module
 pycompile_module="unidecode"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-Unidecode_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="unidecode"
 	short_desc="${short_desc/Python2/Python3}"

From cab40bbdc91d96ef6b4b46d9bcc0759e8164f52b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 028/320] python-WTForms: remove noarch.

---
 srcpkgs/python-WTForms/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template
index 33f16940cb8..ff47dbd7d45 100644
--- a/srcpkgs/python-WTForms/template
+++ b/srcpkgs/python-WTForms/template
@@ -1,8 +1,7 @@
 # Template file for 'python-WTForms'
 pkgname=python-WTForms
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="WTForms-${version}"
 build_style=python-module
 pycompile_module="wtforms"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-WTForms_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="wtforms"
 	short_desc="${short_desc/Python2/Python3}"

From 154f7f6aa5a0c6c312674f91737f99b61659a84d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 029/320] python-Werkzeug: remove noarch.

---
 srcpkgs/python-Werkzeug/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Werkzeug/template b/srcpkgs/python-Werkzeug/template
index b4bf1071851..bd17cc890b0 100644
--- a/srcpkgs/python-Werkzeug/template
+++ b/srcpkgs/python-Werkzeug/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Werkzeug'
 pkgname=python-Werkzeug
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-Werkzeug_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 3bbcd85b411e9f3a367484f188bdca0310ed7d0a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 030/320] python-Whoosh: remove noarch.

---
 srcpkgs/python-Whoosh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Whoosh/template b/srcpkgs/python-Whoosh/template
index 66856b206a7..ea94f1047d1 100644
--- a/srcpkgs/python-Whoosh/template
+++ b/srcpkgs/python-Whoosh/template
@@ -1,9 +1,8 @@
 # Template file for 'python-whoosh'
 pkgname=python-Whoosh
 version=2.7.4
-revision=2
+revision=3
 wrksrc="Whoosh-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="whoosh"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 python3-Whoosh_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="whoosh"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 0df93e513695390311a62ce9be301c71ef9ca2ec Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 031/320] python-Yapsy: remove noarch.

---
 srcpkgs/python-Yapsy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Yapsy/template b/srcpkgs/python-Yapsy/template
index 5ad8b234f5d..2f49f8edb36 100644
--- a/srcpkgs/python-Yapsy/template
+++ b/srcpkgs/python-Yapsy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Yapsy'
 pkgname=python-Yapsy
 version=1.12.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="Yapsy-${version}"
 build_style=python-module
 pycompile_module="yapsy"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Yapsy_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="yapsy"
 	short_desc="${short_desc/Python2/Python3}"

From 4d7dc886437a48e4738847b1d165ca3e96e7cf85 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 032/320] python-aalib: remove noarch.

---
 srcpkgs/python-aalib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-aalib/template b/srcpkgs/python-aalib/template
index f9621a9c8dc..b5d851110d9 100644
--- a/srcpkgs/python-aalib/template
+++ b/srcpkgs/python-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-aalib'
 pkgname=python-aalib
 version=0.3.2
-revision=2
+revision=3
 build_style=python-module
 pycompile_module="aalib.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -12,7 +12,6 @@ license="MIT"
 homepage="http://jwilk.net/software/python-aalib"
 distfiles="${PYPI_SITE}/p/python-aalib/python-aalib-${version}.tar.gz"
 checksum=c39071629e7962dcd926faf0135dc73e2a8eb5db9a53bc2ebe5965f8c39165a2
-archs=noarch
 
 post_install() {
 	sed -n '3,21p' < setup.py > LICENSE
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-aalib_package() {
-	archs=noarch
 	pycompile_module="aalib.py"
 	depends="aalib python3"
 	short_desc="${short_desc/Python2/Python3}"

From 57e7fb6da0f0a47660bf6bca34b45075705966c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 033/320] python-alabaster: remove noarch.

---
 srcpkgs/python-alabaster/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-alabaster/template b/srcpkgs/python-alabaster/template
index b33009d5efb..49d71b85bc2 100644
--- a/srcpkgs/python-alabaster/template
+++ b/srcpkgs/python-alabaster/template
@@ -1,8 +1,7 @@
 # Template file for 'python-alabaster'
 pkgname=python-alabaster
 version=0.7.12
-revision=2
-archs=noarch
+revision=3
 wrksrc="alabaster-${version}"
 build_style=python-module
 pycompile_module="alabaster"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-alabaster_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="alabaster"
 	short_desc="${short_desc/Python2/Python3}"

From c02e5d422932db574d05225aa0d787fa57d21f4a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 034/320] python-ansicolor: remove noarch.

---
 srcpkgs/python-ansicolor/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ansicolor/template b/srcpkgs/python-ansicolor/template
index 3663a82f0cc..1fb8eb48eca 100644
--- a/srcpkgs/python-ansicolor/template
+++ b/srcpkgs/python-ansicolor/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ansicolor'
 pkgname=python-ansicolor
 version=0.2.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="ansicolor-${version}"
 build_style=python-module
 pycompile_module="ansicolor"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"
 checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d
 
 python3-ansicolor_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ansicolor"
 	short_desc="${short_desc/Python2/Python3}"

From 5a3e9ea18f51dfe7025b4866c4c8fb915ee05cc0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 035/320] python-appdirs: remove noarch.

---
 srcpkgs/python-appdirs/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-appdirs/template b/srcpkgs/python-appdirs/template
index 68f8fa5cb4f..c2249405da3 100644
--- a/srcpkgs/python-appdirs/template
+++ b/srcpkgs/python-appdirs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-appdirs'
 pkgname=python-appdirs
 version=1.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-appdirs_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 6cb2972b8fc2934b914b5f3f59103b75f3c339bb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 036/320] python-argh: remove noarch.

---
 srcpkgs/python-argh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-argh/template b/srcpkgs/python-argh/template
index 656da441757..263cb46c2e7 100644
--- a/srcpkgs/python-argh/template
+++ b/srcpkgs/python-argh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-argh'
 pkgname=python-argh
 version=0.26.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="argh-${version}"
 build_style=python-module
 pycompile_module="argh"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/a/argh/argh-${version}.tar.gz"
 checksum=e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
 
 python3-argh_package() {
-	archs=noarch
 	pycompile_module="argh"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 124126269a70dbfb693511736669ddd50dce77ed Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 037/320] python-arxiv2bib: remove noarch.

---
 srcpkgs/python-arxiv2bib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-arxiv2bib/template b/srcpkgs/python-arxiv2bib/template
index 4f245755dcf..279677b75dc 100644
--- a/srcpkgs/python-arxiv2bib/template
+++ b/srcpkgs/python-arxiv2bib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-arxiv2bib'
 pkgname=python-arxiv2bib
 version=1.0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="arxiv2bib-${version}"
 build_style=python-module
 pycompile_module="arxiv2bib"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-arxiv2bib_package() {
-	archs=noarch
 	pycompile_module="arxiv2bib.py"
 	alternatives="arxiv2bib:arxiv2bib:/usr/bin/arxiv2bib3"
 	depends="python3-setuptools"

From fe6b74ebb1457969acbbbf5440de3d279baec290 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 038/320] python-asn1crypto: remove noarch.

---
 srcpkgs/python-asn1crypto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-asn1crypto/template b/srcpkgs/python-asn1crypto/template
index e7ffe7415fc..859ec1f4d59 100644
--- a/srcpkgs/python-asn1crypto/template
+++ b/srcpkgs/python-asn1crypto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-asn1crypto'
 pkgname=python-asn1crypto
 version=0.24.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="asn1crypto-${version}"
 build_style=python-module
 pycompile_module="asn1crypto"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-asn1crypto_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="asn1crypto"
 	short_desc="${short_desc/Python2/Python3}"

From a7d6a56fcf3d1248f3738945c9d67b3cd8a13342 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 039/320] python-astroid: remove noarch.

---
 srcpkgs/python-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template
index 9da6aebae87..c45e4a65c47 100644
--- a/srcpkgs/python-astroid/template
+++ b/srcpkgs/python-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python-astroid'
 pkgname=python-astroid
 version=1.6.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="astroid-${version}"
 build_style=python2-module
 pycompile_module="astroid"

From bad47815cac75b90c42ec0a26e095248f74b2e97 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 040/320] python-atomicwrites: remove noarch.

---
 srcpkgs/python-atomicwrites/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index ec411d981d4..818d2caf896 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,8 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-atomicwrites_package() {
-	archs=noarch
 	pycompile_module="atomicwrites"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 5d27979b7341374ea7378c1077d1c12349063a71 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 041/320] python-atspi: remove noarch.

---
 srcpkgs/python-atspi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-atspi/template b/srcpkgs/python-atspi/template
index 7505c32ad60..594c23da90b 100644
--- a/srcpkgs/python-atspi/template
+++ b/srcpkgs/python-atspi/template
@@ -2,8 +2,7 @@
 # Keep python3-atspi in sync
 pkgname=python-atspi
 version=2.38.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python"

From 5c1c4c86e96c4fa982a8195120a451aa1e125ba0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 042/320] python-audioread: remove noarch.

---
 srcpkgs/python-audioread/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-audioread/template b/srcpkgs/python-audioread/template
index bc878d4b82d..69209604cfa 100644
--- a/srcpkgs/python-audioread/template
+++ b/srcpkgs/python-audioread/template
@@ -1,8 +1,7 @@
 # Template file for 'python-audioread'
 pkgname=python-audioread
 version=2.1.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="audioread-${version}"
 build_style=python-module
 pycompile_module="audioread"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-audioread_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="audioread"
 	short_desc="${short_desc/Python2/Python3}"

From c773ffc4ef3b9f1150a3e255dbf59c767a16ba64 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 043/320] python-automat: remove noarch.

---
 srcpkgs/python-automat/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 66dad2f84bc..372f26c62a9 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,8 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -32,7 +31,6 @@ post_install() {
 }
 
 python3-automat_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-setuptools python3-attrs python3-six"
 	alternatives="automat:automat-visualize:/usr/bin/automat-visualize3"

From 263c99ca79eb951bbc8cf7478892b13006db90e5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 044/320] python-axolotl: remove noarch.

---
 srcpkgs/python-axolotl/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-axolotl/template b/srcpkgs/python-axolotl/template
index 74480b5a9fe..1955e4c56b7 100644
--- a/srcpkgs/python-axolotl/template
+++ b/srcpkgs/python-axolotl/template
@@ -1,8 +1,7 @@
 # Template file for 'python-axolotl'
 pkgname=python-axolotl
 version=0.2.3
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="axolotl"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf
 
 python3-axolotl_package() {
-	archs=noarch
 	depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
 	pycompile_module="axolotl"
 	short_desc="${short_desc/Python2/Python3}"

From 5e87807752c5e8f7ace0152c4e63a018fa9b7492 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 045/320] python-b2sdk: remove noarch.

---
 srcpkgs/python-b2sdk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index 8c51c62d603..e9ddb1e651e 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,8 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 pycompile_module="b2sdk"

From 57c85b5c54a636226da5efd2ee0a0d5d3943bc43 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 046/320] python-babelfish: remove noarch.

---
 srcpkgs/python-babelfish/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-babelfish/template b/srcpkgs/python-babelfish/template
index 47d5bb176cc..84472cdfd6f 100644
--- a/srcpkgs/python-babelfish/template
+++ b/srcpkgs/python-babelfish/template
@@ -1,8 +1,7 @@
 # Template file for 'python-babelfish'
 pkgname=python-babelfish
 version=0.5.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="babelfish-${version}"
 build_style=python-module
 pycompile_module="babelfish"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-babelfish_package() {
-	archs=noarch
 	pycompile_module="babelfish"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 114375d426def52284f15e61c8369616c3dae640 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 047/320] python-backcall: remove noarch.

---
 srcpkgs/python-backcall/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-backcall/template b/srcpkgs/python-backcall/template
index a55af727ab6..ed494f53216 100644
--- a/srcpkgs/python-backcall/template
+++ b/srcpkgs/python-backcall/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backcall'
 pkgname=python-backcall
 version=0.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="backcall-${version}"
 build_style=python-module
 pycompile_module="backcall"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
 checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
 
 python3-backcall_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="backcall"
 	short_desc="${short_desc/Python2/Python3}"

From 72efa97c1b735a8960bd20e58e828856d6dbeb90 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 048/320] python-backports.configparser: remove noarch.

---
 srcpkgs/python-backports.configparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.configparser/template b/srcpkgs/python-backports.configparser/template
index 8a641320820..c74f73a0bf6 100644
--- a/srcpkgs/python-backports.configparser/template
+++ b/srcpkgs/python-backports.configparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.configparser'
 pkgname=python-backports.configparser
 version=3.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="configparser-${version}"
 build_style=python2-module
 pycompile_module="backports configparser.py"

From 4829da3c2efbf15573182dcd39cccfea540d7b44 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 049/320] python-backports.functools_lru_cache: remove noarch.

---
 srcpkgs/python-backports.functools_lru_cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.functools_lru_cache/template b/srcpkgs/python-backports.functools_lru_cache/template
index 0d268c9efa6..9369a600531 100644
--- a/srcpkgs/python-backports.functools_lru_cache/template
+++ b/srcpkgs/python-backports.functools_lru_cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.functools_lru_cache'
 pkgname=python-backports.functools_lru_cache
 version=1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports.functools_lru_cache-${version}"
 build_style=python2-module
 pycompile_module="backports/functools_lru_cache.py"

From 8c4a7bb23175f380c824a916f5eb489aff9e6ab8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 050/320] python-backports.shutil_get_terminal_size: remove
 noarch.

---
 srcpkgs/python-backports.shutil_get_terminal_size/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.shutil_get_terminal_size/template b/srcpkgs/python-backports.shutil_get_terminal_size/template
index 2e9a5af7f52..b9cee65f938 100644
--- a/srcpkgs/python-backports.shutil_get_terminal_size/template
+++ b/srcpkgs/python-backports.shutil_get_terminal_size/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.shutil_get_terminal_size'
 pkgname=python-backports.shutil_get_terminal_size
 version=1.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports.shutil_get_terminal_size-${version}"
 build_style=python2-module
 pycompile_module="backports"

From a66b705268f8403c284a184f31b21c3f475e7c4c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 051/320] python-backports.ssl_match_hostname: remove noarch.

---
 srcpkgs/python-backports.ssl_match_hostname/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.ssl_match_hostname/template b/srcpkgs/python-backports.ssl_match_hostname/template
index dd4d76b47db..ecbd58576b2 100644
--- a/srcpkgs/python-backports.ssl_match_hostname/template
+++ b/srcpkgs/python-backports.ssl_match_hostname/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.ssl_match_hostname'
 pkgname=python-backports.ssl_match_hostname
 version=3.5.0.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="backports.ssl_match_hostname-${version}"
 build_style=python2-module
 pycompile_module="backports"

From 71fdf6f4b470761c60b5519757ed85b168e0c062 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 052/320] python-backports: remove noarch.

---
 srcpkgs/python-backports/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports/template b/srcpkgs/python-backports/template
index eec822727a8..8bd3bb28526 100644
--- a/srcpkgs/python-backports/template
+++ b/srcpkgs/python-backports/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports'
 pkgname=python-backports
 version=1.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="backports-${version}"
 build_style=python2-module
 pycompile_module="backports"

From 0fea7c6937a369c26691107da89575c8517a68ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 053/320] python-backports_abc: remove noarch.

---
 srcpkgs/python-backports_abc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports_abc/template b/srcpkgs/python-backports_abc/template
index 9d2e5565f02..c5525c09cf6 100644
--- a/srcpkgs/python-backports_abc/template
+++ b/srcpkgs/python-backports_abc/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports_abc'
 pkgname=python-backports_abc
 version=0.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports_abc-${version}"
 build_style=python2-module
 pycompile_module="backports_abc.py"

From 1d5d5b126baaf87f2a787435597a8b60ddbc5be1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 054/320] python-bibtexparser: remove noarch.

---
 srcpkgs/python-bibtexparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bibtexparser/template b/srcpkgs/python-bibtexparser/template
index c40115c9fb8..0792038e31a 100644
--- a/srcpkgs/python-bibtexparser/template
+++ b/srcpkgs/python-bibtexparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bibtexparser'
 pkgname=python-bibtexparser
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="bibtexparser-${version}"
 build_style=python-module
 pycompile_module="bibtexparser"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz"
 checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f
 
 python3-bibtexparser_package() {
-	archs=noarch
 	pycompile_module="bibtexparser"
 	depends="python3-parsing python3-future"
 	short_desc="${short_desc/Python2/Python3}"

From f57db23a8ab01e40592cb997d9fb0f2d4c8be2cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 055/320] python-bitbucket-api: remove noarch.

---
 srcpkgs/python-bitbucket-api/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bitbucket-api/template b/srcpkgs/python-bitbucket-api/template
index 448ea60d53d..83a5056855a 100644
--- a/srcpkgs/python-bitbucket-api/template
+++ b/srcpkgs/python-bitbucket-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bitbucket-api'
 pkgname=python-bitbucket-api
 version=0.5.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="bitbucket-api-${version}"
 build_style=python-module
 pycompile_module="bitbucket"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-bitbucket-api_package() {
-	archs=noarch
 	depends="python3-requests-oauthlib python3-sh"
 	pycompile_module="bitbucket"
 	short_desc="${short_desc/Python2/Python3}"

From d35f83a7c70159db07abe9fb73d33c8953650ab3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 056/320] python-bleach: remove noarch.

---
 srcpkgs/python-bleach/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bleach/template b/srcpkgs/python-bleach/template
index 84b0f132eba..8eadfb7f2ee 100644
--- a/srcpkgs/python-bleach/template
+++ b/srcpkgs/python-bleach/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bleach'
 pkgname=python-bleach
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="bleach-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
 checksum=aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48
 
 python3-bleach_package() {
-	archs=noarch
 	depends="python3-six python3-webencodings"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 25450210d8d49c2133255c6c49e6cb0470d369b9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 057/320] python-blessings: remove noarch.

---
 srcpkgs/python-blessings/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-blessings/template b/srcpkgs/python-blessings/template
index baa4938c328..43ebe525507 100644
--- a/srcpkgs/python-blessings/template
+++ b/srcpkgs/python-blessings/template
@@ -1,8 +1,7 @@
 # Template file for 'python-blessings'
 pkgname=python-blessings
 version=1.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="blessings-${version}"
 build_style=python-module
 pycompile_module="blessings"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-blessings_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="blessings"
 	short_desc="${short_desc/Python2/Python3}"

From 5c96b752d94a51f1a9839fe6753d5cf93353770f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 058/320] python-blinker: remove noarch.

---
 srcpkgs/python-blinker/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-blinker/template b/srcpkgs/python-blinker/template
index b6d1d63d19a..36069eec443 100644
--- a/srcpkgs/python-blinker/template
+++ b/srcpkgs/python-blinker/template
@@ -1,8 +1,7 @@
 # Template file for 'python-blinker'
 pkgname=python-blinker
 version=1.4
-revision=4
-archs=noarch
+revision=5
 wrksrc="blinker-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-blinker_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="blinker"
 	short_desc="${short_desc/Python2/Python3}"

From 59d7ae6770229c56022b30ea5f0cdef14e7f230f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 059/320] python-boto: remove noarch.

---
 srcpkgs/python-boto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 684c00feee0..677b84bdd6f 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"
@@ -41,7 +40,6 @@ post_install() {
 }
 
 python3-boto_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="boto"
 	short_desc="${short_desc/Python2/Python3}"

From 9b11eeec225e5c401d53d236a490ce1d9bdc9e9b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 060/320] python-botocore: remove noarch.

---
 srcpkgs/python-botocore/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-botocore/template b/srcpkgs/python-botocore/template
index 600559839d2..b90caeafb9d 100644
--- a/srcpkgs/python-botocore/template
+++ b/srcpkgs/python-botocore/template
@@ -1,8 +1,7 @@
 # Template file for 'python-botocore'
 pkgname=python-botocore
 version=1.17.28
-revision=1
-archs=noarch
+revision=2
 wrksrc="botocore-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
 checksum=c9a4b4ffedeff89848a899bd4634be46a21a190690b505c2050888c0a5447936
 
 python3-botocore_package() {
-	archs=noarch
 	depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From cdf803e61ea7aed03c4a1beafd67dcd3628f3d0e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 061/320] python-bottle: remove noarch.

---
 srcpkgs/python-bottle/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bottle/template b/srcpkgs/python-bottle/template
index 0ffc8adfec7..7b1295dea61 100644
--- a/srcpkgs/python-bottle/template
+++ b/srcpkgs/python-bottle/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bottle'
 pkgname=python-bottle
 version=0.12.17
-revision=2
-archs=noarch
+revision=3
 wrksrc="bottle-${version}"
 build_style=python-module
 pycompile_module="bottle"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-bottle_package() {
-	archs=noarch
 	pycompile_module="bottle"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7c6097832e7b3e317aa458480db809671cebe94b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 062/320] python-cached-property: remove noarch.

---
 srcpkgs/python-cached-property/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cached-property/template b/srcpkgs/python-cached-property/template
index 16c89346565..ca5640bb5e7 100644
--- a/srcpkgs/python-cached-property/template
+++ b/srcpkgs/python-cached-property/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cached-property'
 pkgname=python-cached-property
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cached-property-${version}"
 build_style=python-module
 pycompile_module="cached_property.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cached-property_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="cached_property.py"
 	short_desc="${short_desc/Python2/Python3}"

From 01beba0ddefdbd284c60d3b0393716da4d52c11e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 063/320] python-cairocffi: remove noarch.

---
 srcpkgs/python-cairocffi/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cairocffi/template b/srcpkgs/python-cairocffi/template
index 2cf2d6890cd..40dc503e2e7 100644
--- a/srcpkgs/python-cairocffi/template
+++ b/srcpkgs/python-cairocffi/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cairocffi'
 pkgname=python-cairocffi
 version=0.9.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="cairocffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-cairocffi_package() {
-	archs=noarch
 	depends="python3-cffi cairo"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From cd325bbb82ed682a057d1954c580e45d425f91bb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 064/320] python-chardet: remove noarch.

---
 srcpkgs/python-chardet/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index bd502bbbddf..9fb0c4f4dac 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,8 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ checksum=84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
 alternatives="chardet:chardetect:/usr/bin/chardetect2"
 
 python3-chardet_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="chardet"
 	short_desc="${short_desc/Python2/Python3}"

From 46cd3538dd85171196401a4395e5694589bdda8b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 065/320] python-chroot: remove noarch.

---
 srcpkgs/python-chroot/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-chroot/template b/srcpkgs/python-chroot/template
index 7faa0f4cce9..efe6d972f7c 100644
--- a/srcpkgs/python-chroot/template
+++ b/srcpkgs/python-chroot/template
@@ -1,8 +1,7 @@
 # Template file for 'python-chroot'
 pkgname=python-chroot
 version=0.9.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychroot-${version}"
 build_style=python-module
 pycompile_module="pychroot"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-chroot_package() {
-	archs=noarch
 	depends="python3-snakeoil"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="chroot:pychroot:/usr/bin/pychroot3"

From 40ced9ae4a67234476f4e4d12c67fdae708aaf11 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 066/320] python-cliapp: remove noarch.

---
 srcpkgs/python-cliapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-cliapp/template b/srcpkgs/python-cliapp/template
index fd2c8cc4d13..1793d6bfb95 100644
--- a/srcpkgs/python-cliapp/template
+++ b/srcpkgs/python-cliapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cliapp'
 pkgname=python-cliapp
 version=1.20180121
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 pycompile_module="cliapp"
 hostmakedepends="python-setuptools python-yaml"

From 92b02205b3bd39dd4795e3082c3a4344e10bb91e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 067/320] python-click-log: remove noarch.

---
 srcpkgs/python-click-log/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click-log/template b/srcpkgs/python-click-log/template
index b57a7a74b4a..c8c89e0b2b4 100644
--- a/srcpkgs/python-click-log/template
+++ b/srcpkgs/python-click-log/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click-log'
 pkgname=python-click-log
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-log-${version}"
 build_style="python-module"
 pycompile_module="click_log"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-click-log_package() {
-	archs=noarch
 	pycompile_module="click_log"
 	depends="python3-click"
 	short_desc="${short_desc/Python2/Python3}"

From 35ab569d3e358842672a7bdeacc01acf8d618698 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 068/320] python-click-threading: remove noarch.

---
 srcpkgs/python-click-threading/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click-threading/template b/srcpkgs/python-click-threading/template
index 49b4a4a9aae..d7e98c33944 100644
--- a/srcpkgs/python-click-threading/template
+++ b/srcpkgs/python-click-threading/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click-threading'
 pkgname=python-click-threading
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-threading-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-click-threading_package() {
-	archs=noarch
 	pycompile_module="click_threading"
 	depends="python3-click"
 	short_desc="${short_desc/Python2/Python3}"

From d3bfa912c029164a1a637aadb0d90905ad8fcb5f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 069/320] python-click: remove noarch.

---
 srcpkgs/python-click/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click/template b/srcpkgs/python-click/template
index 40d1b25a7ab..e798cd0eca5 100644
--- a/srcpkgs/python-click/template
+++ b/srcpkgs/python-click/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click'
 pkgname=python-click
 version=7.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-click_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2a539a13807d78d2678a243db3762d989bd14bce Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 070/320] python-codespell: remove noarch.

---
 srcpkgs/python-codespell/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-codespell/template b/srcpkgs/python-codespell/template
index 9ae2e19435c..ca7c24d5324 100644
--- a/srcpkgs/python-codespell/template
+++ b/srcpkgs/python-codespell/template
@@ -1,8 +1,7 @@
 # Template file for 'python-codespell'
 pkgname=python-codespell
 version=1.16.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="codespell-${version}"
 build_style=python-module
 pycompile_module="codespell_lib"
@@ -17,7 +16,6 @@ checksum=53d22aefa1daf3365ca4625877271d23d143c0a92c16e55daf5cd14b6494b8f4
 alternatives="python-codespell:codespell:/usr/bin/codespell2"
 
 python3-codespell_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="codespell_lib"
 	short_desc="${short_desc/Python2/Python3}"

From b574259e1d5146e5042f3e53c61411d9e6ef822a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 071/320] python-colorama: remove noarch.

---
 srcpkgs/python-colorama/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-colorama/template b/srcpkgs/python-colorama/template
index 09562385243..f9c2861f890 100644
--- a/srcpkgs/python-colorama/template
+++ b/srcpkgs/python-colorama/template
@@ -1,8 +1,7 @@
 # Template file for 'python-colorama'
 pkgname=python-colorama
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorama-${version}"
 build_style=python-module
 pycompile_module="colorama"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-colorama_package() {
-	archs=noarch
 	pycompile_module="colorama"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From b35fef09721e394e13627cba5c5db76c4ec2b817 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 072/320] python-configobj: remove noarch.

---
 srcpkgs/python-configobj/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index a8cb5d5d34e..d292221e887 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,8 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=6
-archs=noarch
+revision=7
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-configobj_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="_version.py configobj.py validate.py"
 	depends="python3-six"

From 4a2ee77f827dd4886000eb22a39f343c21dad7a0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 073/320] python-constantly: remove noarch.

---
 srcpkgs/python-constantly/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index 9160aec9edd..e1607c060b1 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,8 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-constantly_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="constantly"
 	short_desc="${short_desc/Python2/Python3}"

From 19d17011e52fb8c8b95a00141ab1fb62e86932e0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 074/320] python-construct: remove noarch.

---
 srcpkgs/python-construct/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-construct/template b/srcpkgs/python-construct/template
index d6d0b8010e2..9eba3dd4978 100644
--- a/srcpkgs/python-construct/template
+++ b/srcpkgs/python-construct/template
@@ -1,8 +1,7 @@
 # Template file for 'python-construct'
 pkgname=python-construct
 version=2.9.45
-revision=3
-archs=noarch
+revision=4
 wrksrc="construct-${version}"
 build_style=python-module
 pycompile_module="construct"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-construct_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="construct"
 	short_desc="${short_desc/Python2/Python3}"

From c72528ae1424fbeea239d37b824f21f556962306 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 075/320] python-contextlib2: remove noarch.

---
 srcpkgs/python-contextlib2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-contextlib2/template b/srcpkgs/python-contextlib2/template
index 97ef11550c8..69848250008 100644
--- a/srcpkgs/python-contextlib2/template
+++ b/srcpkgs/python-contextlib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-contextlib2'
 pkgname=python-contextlib2
 version=0.5.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="contextlib2-${version}"
 build_style=python2-module
 pycompile_module="contextlib2.py"

From f4d01865ceb96ce5e7c04796becb159b27adc518 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 076/320] python-cram: remove noarch.

---
 srcpkgs/python-cram/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cram/template b/srcpkgs/python-cram/template
index 8c5d65fe260..2973bb96788 100644
--- a/srcpkgs/python-cram/template
+++ b/srcpkgs/python-cram/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cram'
 pkgname=python-cram
 version=0.7
-revision=3
-archs=noarch
+revision=4
 wrksrc="cram-${version}"
 build_style=python-module
 pycompile_module="cram"
@@ -17,7 +16,6 @@ checksum=7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f
 alternatives="cram:cram:/usr/bin/cram2"
 
 python3-cram_package() {
-	archs=noarch
 	pycompile_module="cram"
 	alternatives="cram:cram:/usr/bin/cram3"
 	short_desc="${short_desc/Python2/Python3}"

From a93ed9154d0404bc226e5dfecc06792eca44cf77 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 077/320] python-css-parser: remove noarch.

---
 srcpkgs/python-css-parser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-css-parser/template b/srcpkgs/python-css-parser/template
index f6d2d0cbf8b..851990de938 100644
--- a/srcpkgs/python-css-parser/template
+++ b/srcpkgs/python-css-parser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-css-parser'
 pkgname=python-css-parser
 version=1.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="css-parser-${version}"
 build_style=python-module
 pycompile_module="css_parser"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-css-parser_package() {
-	archs=noarch
 	pycompile_module="css_parser"
 	depends="python3"
 	short_desc="${short_desc/2/3}"

From acdfa1b4bac73287412008ab75b9e8637c5e9e3c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 078/320] python-cssselect: remove noarch.

---
 srcpkgs/python-cssselect/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cssselect/template b/srcpkgs/python-cssselect/template
index c7f43ebca9f..ed5c677b8e5 100644
--- a/srcpkgs/python-cssselect/template
+++ b/srcpkgs/python-cssselect/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cssselect'
 pkgname=python-cssselect
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="cssselect"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cssselect_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="cssselect"
 	short_desc="${short_desc/Python2/Python3}"

From 397848cf0f9548af887a93b31c770733fd51381c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 079/320] python-cssutils: remove noarch.

---
 srcpkgs/python-cssutils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cssutils/template b/srcpkgs/python-cssutils/template
index 5f08903b9a0..bc05c06dd47 100644
--- a/srcpkgs/python-cssutils/template
+++ b/srcpkgs/python-cssutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cssutils'
 pkgname=python-cssutils
 version=1.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="cssutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ python3-cssutils_package() {
 	 cssutils:csscapture:/usr/bin/csscapture3
 	 cssutils:csscombine:/usr/bin/csscombine3
 	 cssutils:cssparse:/usr/bin/cssparse3"
-	archs=noarch
 	pycompile_module="cssutils encutils"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From d30331dfbacdbcd4b482b47b53dbc59e0ffdc077 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 080/320] python-curtsies: remove noarch.

---
 srcpkgs/python-curtsies/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-curtsies/template b/srcpkgs/python-curtsies/template
index 6126a11e9b4..eb35dbce3e4 100644
--- a/srcpkgs/python-curtsies/template
+++ b/srcpkgs/python-curtsies/template
@@ -1,8 +1,7 @@
 # Template file for 'python-curtsies'
 pkgname=python-curtsies
 version=0.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="curtsies-${version}"
 build_style=python-module
 pycompile_module="curtsies"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-curtsies_package() {
-	archs=noarch
 	pycompile_module="curtsies"
 	depends="python3-blessings python3-wcwidth"
 	short_desc="${short_desc/Python2/Python3}"

From 5e1b0985d936caf55c0cd3de95635ae83aaeda6b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 081/320] python-cycler: remove noarch.

---
 srcpkgs/python-cycler/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cycler/template b/srcpkgs/python-cycler/template
index 0b53c195dae..2b0aa69afc8 100644
--- a/srcpkgs/python-cycler/template
+++ b/srcpkgs/python-cycler/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cycler'
 pkgname=python-cycler
 version=0.10.0
-revision=5
-archs=noarch
+revision=6
 wrksrc="cycler-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cycler_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="cycler.py"
 	short_desc="${short_desc/Python2/Python3}"

From 936f3d3112856a4ba98ac78d538f088532a1870a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 082/320] python-daemonize: remove noarch.

---
 srcpkgs/python-daemonize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-daemonize/template b/srcpkgs/python-daemonize/template
index efaf163e573..204af29e4bf 100644
--- a/srcpkgs/python-daemonize/template
+++ b/srcpkgs/python-daemonize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-daemonize'
 pkgname=python-daemonize
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="daemonize-${version}"
 build_style=python-module
 pycompile_module="daemonize.py"
@@ -20,7 +19,6 @@ post_Install() {
 }
 
 python3-daemonize_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="daemonize.py"
 	short_desc="${short_desc/Python2/Python3}"

From 8b959464225cde931b3f51a78f5ba22ade09ce02 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 083/320] python-dateutil: remove noarch.

---
 srcpkgs/python-dateutil/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index 7675b8f9447..e3b8e9e1752 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-dateutil_package() {
-	archs=noarch
 	depends="python3-six tzdata"
 	pycompile_module="dateutil"
 	short_desc="${short_desc/Python2/Python3}"

From fc04f609840daf4f89d216b060bba69d4f75e7c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 084/320] python-decorator: remove noarch.

---
 srcpkgs/python-decorator/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 7f14fef90a6..5cad98c511d 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,8 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-decorator_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="decorator.py"
 	short_desc="${short_desc/Python2/Python3}"

From 73fde915994549f6bb6ea12cf183e4adae104e8b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 085/320] python-defusedxml: remove noarch.

---
 srcpkgs/python-defusedxml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-defusedxml/template b/srcpkgs/python-defusedxml/template
index 96234eb18c7..5920ecbbeaf 100644
--- a/srcpkgs/python-defusedxml/template
+++ b/srcpkgs/python-defusedxml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-defusedxml'
 pkgname=python-defusedxml
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="defusedxml-${version}"
 build_style=python-module
 pycompile_module="defusedxml"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-defusedxml_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="defusedxml"
 	short_desc="${short_desc/Python2/Python3}"

From 9936f0c388371d0a568b4a252c3f1d58006ce87b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 086/320] python-discogs_client: remove noarch.

---
 srcpkgs/python-discogs_client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-discogs_client/template b/srcpkgs/python-discogs_client/template
index 5af18eda664..50a9e8bb592 100644
--- a/srcpkgs/python-discogs_client/template
+++ b/srcpkgs/python-discogs_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-discogs_client'
 pkgname=python-discogs_client
 version=2.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="discogs-client-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-discogs_client_package() {
-	archs=noarch
 	depends="python3-requests python3-six python3-oauthlib"
 	pycompile_module="discogs_client"
 	short_desc="${short_desc/Python2/Python3}"

From 00c591d6547f262d348d1a95d4f361cbdae92f7d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 087/320] python-distutils-extra: remove noarch.

---
 srcpkgs/python-distutils-extra/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 46bb0cccc31..4b0ff720611 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,8 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=4
-archs=noarch
+revision=5
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}
 checksum=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
 
 python3-distutils-extra_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="DistUtilsExtra"
 	short_desc="${short_desc/Python2/Python3}"

From fd3c77ad0b077b5ea05597b9ef99a9fffefac70a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 088/320] python-dnspython: remove noarch.

---
 srcpkgs/python-dnspython/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dnspython/template b/srcpkgs/python-dnspython/template
index 66d237e89ee..76f1f538401 100644
--- a/srcpkgs/python-dnspython/template
+++ b/srcpkgs/python-dnspython/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dnspython'
 pkgname=python-dnspython
 version=1.16.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="dnspython-${version}"
 build_style=python-module
 pycompile_module="dns"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-dnspython_package() {
-	archs=noarch
 	pycompile_module="dns"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 85b54e03f2e4fba98ad27650162967ca8d4aed5d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 089/320] python-docker-pycreds: remove noarch.

---
 srcpkgs/python-docker-pycreds/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docker-pycreds/template b/srcpkgs/python-docker-pycreds/template
index 2224be0d21d..be811e2134a 100644
--- a/srcpkgs/python-docker-pycreds/template
+++ b/srcpkgs/python-docker-pycreds/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docker-pycreds'
 pkgname=python-docker-pycreds
 version=0.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="docker-pycreds-${version}"
 build_style=python-module
 pycompile_module="dockerpycreds"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/docker-pycreds/docker-pycreds-${version}.tar.gz"
 checksum=6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4
 
 python3-docker-pycreds_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="dockerpycreds"
 	short_desc="${short_desc/Python2/Python3}"

From b8c2a09363813b4b4cd10c60289a067a6e8c4efd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 090/320] python-docker: remove noarch.

---
 srcpkgs/python-docker/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docker/template b/srcpkgs/python-docker/template
index 4d004057a37..2e7144d194b 100644
--- a/srcpkgs/python-docker/template
+++ b/srcpkgs/python-docker/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docker'
 pkgname=python-docker
 version=4.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="docker-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
 checksum=bad94b8dd001a8a4af19ce4becc17f41b09f228173ffe6a4e0355389eef142f2
 
 python3-docker_package() {
-	archs=noarch
 	depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 8b7e9b4fc8c9a5c8a339218e4dcfefc80317944a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 091/320] python-dockerpty: remove noarch.

---
 srcpkgs/python-dockerpty/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dockerpty/template b/srcpkgs/python-dockerpty/template
index 4a0b3a7a33f..6e380361e6f 100644
--- a/srcpkgs/python-dockerpty/template
+++ b/srcpkgs/python-dockerpty/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dockerpty'
 pkgname=python-dockerpty
 version=0.4.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="dockerpty-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
 checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
 
 python3-dockerpty_package() {
-	archs=noarch
 	depends="python3-six python3-docker"
 	pycompile_module="dockerpty"
 	short_desc="${short_desc/Python2/Python3}"

From 372f4cc3b8d4e676dae3d54563919f5dfd6dc934 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 092/320] python-docopt: remove noarch.

---
 srcpkgs/python-docopt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docopt/template b/srcpkgs/python-docopt/template
index 48e5f86c1e0..9e461bb222c 100644
--- a/srcpkgs/python-docopt/template
+++ b/srcpkgs/python-docopt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docopt'
 pkgname=python-docopt
 version=0.6.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="docopt-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-docopt_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="docopt.py"
 	short_desc="${short_desc/Python2/Python3}"

From 87636028111c8dd4d13ed29d22c0fa6485943732 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 093/320] python-docutils: remove noarch.

---
 srcpkgs/python-docutils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 99e74968ddd..053f0f5be98 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -53,7 +52,6 @@ python3-docutils_package() {
 	 docutils:rst2xetex:/usr/bin/rst2xetex.py3
 	 docutils:rst2xml:/usr/bin/rst2xml.py3
 	 docutils:rstpep2html:/usr/bin/rstpep2html.py3"
-	archs=noarch
 	depends="python3 python3-Pygments"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7222f988855597d4f749d5001e6ca55a0edd8051 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 094/320] python-dominate: remove noarch.

---
 srcpkgs/python-dominate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dominate/template b/srcpkgs/python-dominate/template
index 77fa674d156..77e39515acf 100644
--- a/srcpkgs/python-dominate/template
+++ b/srcpkgs/python-dominate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dominate'
 pkgname=python-dominate
 version=2.5.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dominate-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -14,7 +13,6 @@ distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
 checksum=a184e19ca36646a85ec40b83fe3762c08834ffe51499ec436eeb6646edde36ac
 
 python3-dominate_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From 520b5da678e6c872d85937e1125c26777484d87c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 095/320] python-ecdsa: remove noarch.

---
 srcpkgs/python-ecdsa/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ecdsa/template b/srcpkgs/python-ecdsa/template
index 9e1108b28eb..64d642f26b6 100644
--- a/srcpkgs/python-ecdsa/template
+++ b/srcpkgs/python-ecdsa/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ecdsa'
 pkgname=python-ecdsa
 version=0.14.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-/}-${version}"
 build_style=python-module
 pycompile_module="ecdsa"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-ecdsa_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="ecdsa"
 	short_desc="${short_desc/Python2/Python3}"

From 4f2c037e53c7ff79c99465d569cc337422a4a814 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 096/320] python-empy: remove noarch.

---
 srcpkgs/python-empy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-empy/template b/srcpkgs/python-empy/template
index 4668a9cc814..1617faf0aa9 100644
--- a/srcpkgs/python-empy/template
+++ b/srcpkgs/python-empy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-empy'
 pkgname=python-empy
 version=3.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="empy-${version}"
 build_style=python-module
 pycompile_module="EmPy"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-empy_package() {
-	archs=noarch
 	pycompile_module="EmPy"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From f62195cc6b9e73c4650520575304ccc9f7f64f28 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 097/320] python-enchant: remove noarch.

---
 srcpkgs/python-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-enchant/template b/srcpkgs/python-enchant/template
index 68d35c0e13a..d29c1ad7ac6 100644
--- a/srcpkgs/python-enchant/template
+++ b/srcpkgs/python-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enchant'
 pkgname=python-enchant
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyenchant-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools enchant-devel"

From 5abb1554a511368be102f73774d3744e91fd2de6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 098/320] python-entrypoints: remove noarch.

---
 srcpkgs/python-entrypoints/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-entrypoints/template b/srcpkgs/python-entrypoints/template
index 6070650f35d..9c467375817 100644
--- a/srcpkgs/python-entrypoints/template
+++ b/srcpkgs/python-entrypoints/template
@@ -1,8 +1,7 @@
 # Template file for 'python-entrypoints'
 pkgname=python-entrypoints
 version=0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="entrypoints-${version}"
 build_style=python-module
 pycompile_module="entrypoints.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-entrypoints_package() {
-	archs=noarch
 	pycompile_module="entrypoints.py"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 70f9d18f87f5f5ca8bcbb9e2c9e7884eb6d79261 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 099/320] python-enum34: remove noarch.

---
 srcpkgs/python-enum34/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-enum34/template b/srcpkgs/python-enum34/template
index 9bd644fe47d..99ca2ade67a 100644
--- a/srcpkgs/python-enum34/template
+++ b/srcpkgs/python-enum34/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enum34'
 pkgname=python-enum34
 version=1.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="enum34-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 2895b37b32ea1286660995545a0278d8917b7c4f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 100/320] python-envdir: remove noarch.

---
 srcpkgs/python-envdir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-envdir/template b/srcpkgs/python-envdir/template
index b8cccad60ac..5fb79bfce8a 100644
--- a/srcpkgs/python-envdir/template
+++ b/srcpkgs/python-envdir/template
@@ -1,8 +1,7 @@
 # Template file for 'python-envdir'
 pkgname=python-envdir
 version=1.0.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="envdir"
@@ -26,7 +25,6 @@ python3-envdir_package() {
 	alternatives="
 	 envdir:envdir:/usr/bin/envdir3
 	 envdir:envshell:/usr/bin/envshell3"
-	archs=noarch
 	pycompile_module="envdir"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From f80eb1be402f5f2b1304fcfa74807b398073c925 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 101/320] python-enzyme: remove noarch.

---
 srcpkgs/python-enzyme/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-enzyme/template b/srcpkgs/python-enzyme/template
index f28f40b0319..4cf5c19b4b2 100644
--- a/srcpkgs/python-enzyme/template
+++ b/srcpkgs/python-enzyme/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enzyme'
 pkgname=python-enzyme
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="enzyme-${version}"
 build_style=python-module
 pycompile_module="enzyme"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/e/enzyme/enzyme-${version}.tar.gz"
 checksum=f2167fa97c24d1103a94d4bf4eb20f00ca76c38a37499821049253b2059c62bb
 
 python3-enzyme_package() {
-	archs=noarch
 	pycompile_module="enzyme"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From d6eb465cb7e47a446f1cb9c09b4daa93ec8b581e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 102/320] python-ewmh: remove noarch.

---
 srcpkgs/python-ewmh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ewmh/template b/srcpkgs/python-ewmh/template
index a96490fb56d..60515838113 100644
--- a/srcpkgs/python-ewmh/template
+++ b/srcpkgs/python-ewmh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ewmh'
 pkgname=python-ewmh
 version=0.1.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="ewmh"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/e/ewmh/ewmh-${version}.tar.gz"
 checksum=c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d
 
 python3-ewmh_package() {
-	archs=noarch
 	depends="python3-xlib"
 	pycompile_module="ewmh"
 	short_desc="${short_desc/Python2/Python3}"

From edd2bdd4fdb9f4176542e9167861c51af80a5231 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 103/320] python-exifread: remove noarch.

---
 srcpkgs/python-exifread/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-exifread/template b/srcpkgs/python-exifread/template
index 834aa7730ee..5e55edc9c4a 100644
--- a/srcpkgs/python-exifread/template
+++ b/srcpkgs/python-exifread/template
@@ -1,8 +1,7 @@
 # Template file for 'python-exifread'
 pkgname=python-exifread
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python-module"
 pycompile_module="exifread"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-exifread_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="exifread"
 	short_desc="${short_desc/Python2/Python3}"

From 851b578a86f5dcc1f7432c24bac75a4ae08f9178 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 104/320] python-fasteners: remove noarch.

---
 srcpkgs/python-fasteners/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-fasteners/template b/srcpkgs/python-fasteners/template
index 24d2ec0611f..5f1e57a3b7f 100644
--- a/srcpkgs/python-fasteners/template
+++ b/srcpkgs/python-fasteners/template
@@ -1,8 +1,7 @@
 # Template file for 'python-fasteners'
 pkgname=python-fasteners
 version=0.15
-revision=2
-archs=noarch
+revision=3
 wrksrc="fasteners-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz"
 checksum=3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef
 
 python3-fasteners_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="fasteners"
 	short_desc="${short_desc/Python2/Python3}"

From a38c8f25e4356e211346e68828f95ea87d4411c2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 105/320] python-feedgenerator: remove noarch.

---
 srcpkgs/python-feedgenerator/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-feedgenerator/template b/srcpkgs/python-feedgenerator/template
index 24d5317b1e9..2100307228e 100644
--- a/srcpkgs/python-feedgenerator/template
+++ b/srcpkgs/python-feedgenerator/template
@@ -1,8 +1,7 @@
 # Template file for 'python-feedgenerator'
 pkgname=python-feedgenerator
 version=1.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="feedgenerator-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/feedgenerator/feedgenerator-${version}.tar.gz"
 checksum=a28a5add781509390d1a6a52d017829853ee4bef1d2e7b4d5da0e9d1b395ce54
 
 python3-feedgenerator_package() {
-	archs=noarch
 	depends="python3-pytz python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 64ce2d2e3243c8aa8602e5c7cef50af3d87c712c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 106/320] python-feedparser: remove noarch.

---
 srcpkgs/python-feedparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 94f0a58ec88..64ba314b0b8 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=6
-archs=noarch
+revision=7
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-feedparser_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="feedparser.py"
 	short_desc="${short_desc/Python2/Python3}"

From cd373a6768025856aa78aaf11e25f6026feb5659 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 107/320] python-filetype: remove noarch.

---
 srcpkgs/python-filetype/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-filetype/template b/srcpkgs/python-filetype/template
index 10b974794b5..1807618ca30 100644
--- a/srcpkgs/python-filetype/template
+++ b/srcpkgs/python-filetype/template
@@ -1,8 +1,7 @@
 # Template file for 'python-filetype'
 pkgname=python-filetype
 version=1.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="filetype-${version}"
 build_style=python-module
 pycompile_module="filetype"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-filetype_package() {
-	archs=noarch
 	pycompile_module="filetype"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From cf392d76a41ec10ffe785a4531f763394c8eec6a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 108/320] python-flaky: remove noarch.

---
 srcpkgs/python-flaky/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-flaky/template b/srcpkgs/python-flaky/template
index e8e681421f7..1a9c87bd038 100644
--- a/srcpkgs/python-flaky/template
+++ b/srcpkgs/python-flaky/template
@@ -1,8 +1,7 @@
 # Template file for 'python-flaky'
 pkgname=python-flaky
 version=3.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="flaky"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz"
 checksum=8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698
 
 python3-flaky_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="flaky"
 	short_desc="${short_desc/Python2/Python3}"

From 79962730bafa34b1efd74e503d3169673b2fd65d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 109/320] python-funcsigs: remove noarch.

---
 srcpkgs/python-funcsigs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-funcsigs/template b/srcpkgs/python-funcsigs/template
index 26f14b0ca3c..404dcec51ae 100644
--- a/srcpkgs/python-funcsigs/template
+++ b/srcpkgs/python-funcsigs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-funcsigs'
 pkgname=python-funcsigs
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="funcsigs-${version}"
 build_style=python2-module
 pycompile_module="funcsigs"

From 55a32c16b8fb9bed4483bec0c0b9bb18c4b68444 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 110/320] python-functools32: remove noarch.

---
 srcpkgs/python-functools32/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-functools32/template b/srcpkgs/python-functools32/template
index 53f9d69a576..19936991d96 100644
--- a/srcpkgs/python-functools32/template
+++ b/srcpkgs/python-functools32/template
@@ -1,8 +1,7 @@
 # Template file for 'python-functools32'
 pkgname=python-functools32
 version=3.2.3.post2
-revision=1
-archs=noarch
+revision=2
 wrksrc="functools32-${version/.post/-}"
 build_style=python2-module
 pycompile_module="functools32"

From 8cf462392e0b9fd29a4a27258057690c7ab25748 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 111/320] python-future: remove noarch.

---
 srcpkgs/python-future/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template
index 88b09a1944f..e0d5ac47baa 100644
--- a/srcpkgs/python-future/template
+++ b/srcpkgs/python-future/template
@@ -1,8 +1,7 @@
 # Template file for 'python-future'
 pkgname=python-future
 version=0.18.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="future-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ python3-future_package() {
 	alternatives="
 	 future:futurize:/usr/bin/futurize3
 	 future:pasteurize:/usr/bin/pasteurize3"
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 650e0cb7b6e6f6c20c788a764ecdca450ab50aa0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 112/320] python-futures: remove noarch.

---
 srcpkgs/python-futures/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-futures/template b/srcpkgs/python-futures/template
index 12d1f4ae71f..8adcf0fe56a 100644
--- a/srcpkgs/python-futures/template
+++ b/srcpkgs/python-futures/template
@@ -1,8 +1,7 @@
 # Template file for 'python-futures'
 pkgname=python-futures
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="futures-${version}"
 build_style=python2-module
 pycompile_module="concurrent"

From a9090e409d791a5f107668c3180ec7d6b0940708 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 113/320] python-gitdb: remove noarch.

---
 srcpkgs/python-gitdb/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gitdb/template b/srcpkgs/python-gitdb/template
index 253ddaa07bd..643d33d006d 100644
--- a/srcpkgs/python-gitdb/template
+++ b/srcpkgs/python-gitdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gitdb'
 pkgname=python-gitdb
 version=2.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitdb2-${version}"
 build_style=python-module
 pycompile_module="gitdb"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-gitdb_package() {
-	archs=noarch
 	depends="python3-smmap"
 	pycompile_module="gitdb"
 	short_desc="${short_desc/Python2/Python3}"

From 8128bd0c1ac05568ef45b61119ae85ca8f314b81 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 114/320] python-github3: remove noarch.

---
 srcpkgs/python-github3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-github3/template b/srcpkgs/python-github3/template
index 425fe1b7362..bfc064f0e32 100644
--- a/srcpkgs/python-github3/template
+++ b/srcpkgs/python-github3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-github3'
 pkgname=python-github3
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="github3.py-${version}"
 build_style=python-module
 pycompile_module="github3"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-github3_package() {
-	archs=noarch
 	depends="python3-requests python3-uritemplate"
 	pycompile_module="github3"
 	short_desc="${short_desc/Python2/Python3}"

From ba25260a3c44b596698b981a155e9cf3bf6f98d5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 115/320] python-gitlab: remove noarch.

---
 srcpkgs/python-gitlab/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gitlab/template b/srcpkgs/python-gitlab/template
index 0f71b4c7153..783c64debbf 100644
--- a/srcpkgs/python-gitlab/template
+++ b/srcpkgs/python-gitlab/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gitlab'
 pkgname=python-gitlab
 version=1.12.1
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="gitlab"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -22,7 +21,6 @@ do_check() {
 }
 
 python3-gitlab_package() {
-	archs=noarch
 	depends="python3-setuptools python3-requests python3-six"
 	pycompile_module="gitlab"
 	short_desc="${short_desc/Python2/Python3}"

From fbaad60c28b3f9e6e1d7f63d663f8986aa63af62 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 116/320] python-gntp: remove noarch.

---
 srcpkgs/python-gntp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index 7b3bb5a7bb7..b7a172f348a 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=5
-archs=noarch
+revision=6
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-gntp_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="gntp"
 	short_desc="${short_desc/Python2/Python3}"

From 1505f6dff20f01070308b8bc9daf0a70bc653685 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 117/320] python-gnupg: remove noarch.

---
 srcpkgs/python-gnupg/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gnupg/template b/srcpkgs/python-gnupg/template
index b5dd94bf8e1..57da7d3c272 100644
--- a/srcpkgs/python-gnupg/template
+++ b/srcpkgs/python-gnupg/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gnupg'
 pkgname=python-gnupg
 version=0.4.6
-revision=1
-archs=noarch
+revision=2
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python gnupg"
@@ -20,7 +19,6 @@ post_install() {
 python3-gnupg_package() {
 	depends="python3 gnupg"
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 		vlicense LICENSE.txt

From 76d94624beeb490dcfc5bd4552e266a023977433 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 118/320] python-gogs-client: remove noarch.

---
 srcpkgs/python-gogs-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gogs-client/template b/srcpkgs/python-gogs-client/template
index 027135d430c..5b9cd97bfc3 100644
--- a/srcpkgs/python-gogs-client/template
+++ b/srcpkgs/python-gogs-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gogs-client'
 pkgname=python-gogs-client
 version=1.0.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="gogs_client-${version}"
 build_style=python-module
 pycompile_module="gogs_client"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-gogs-client_package() {
-	archs=noarch
 	depends="python3-future python3-requests python3-attrs"
 	pycompile_module="gogs_client"
 	short_desc="${short_desc/Python2/Python3}"

From e3f9e638646ba079754872aaa220ab383fe1dd83 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 119/320] python-h11: remove noarch.

---
 srcpkgs/python-h11/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-h11/template b/srcpkgs/python-h11/template
index 7f2d2c5fa8a..49c520005ba 100644
--- a/srcpkgs/python-h11/template
+++ b/srcpkgs/python-h11/template
@@ -1,8 +1,7 @@
 # Template file for 'python-h11'
 pkgname=python-h11
 version=0.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=h11-${version}
 build_style=python-module
 pycompile_module="h11"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-h11_package() {
-	archs=noarch
 	pycompile_module="h11"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From b21b45935c5017020844ec0751e7f0c1f7c40d8a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 120/320] python-habanero: remove noarch.

---
 srcpkgs/python-habanero/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-habanero/template b/srcpkgs/python-habanero/template
index a914f21ecb7..70a72e2f941 100644
--- a/srcpkgs/python-habanero/template
+++ b/srcpkgs/python-habanero/template
@@ -1,8 +1,7 @@
 # Template file for 'python-habanero'
 pkgname=python-habanero
 version=0.6.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="habanero-${version}"
 build_style=python-module
 pycompile_module="habanero"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-habanero_package() {
-	archs=noarch
 	pycompile_module="habanero"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From d4858cb091a08f5de45ae3e6bbd8ae6fb26aa659 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 121/320] python-hpack: remove noarch.

---
 srcpkgs/python-hpack/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hpack/template b/srcpkgs/python-hpack/template
index ffbac313103..ba5439a1896 100644
--- a/srcpkgs/python-hpack/template
+++ b/srcpkgs/python-hpack/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hpack'
 pkgname=python-hpack
 version=3.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=hpack-${version}
 build_style=python-module
 pycompile_module="hpack"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hpack_package() {
-	archs=noarch
 	pycompile_module="hpack"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From f6e212f8adb8dd725307cf3b6e6146be3d32d1e5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 122/320] python-html2text: remove noarch.

---
 srcpkgs/python-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-html2text/template b/srcpkgs/python-html2text/template
index f83a3a4c020..cf9617a4f54 100644
--- a/srcpkgs/python-html2text/template
+++ b/srcpkgs/python-html2text/template
@@ -2,8 +2,7 @@
 # Remove after calibre moves to py3
 pkgname=python-html2text
 version=2019.8.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="html2text"

From e9fe3248831900841a545bace15ef9b632a4e307 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 123/320] python-html5lib: remove noarch.

---
 srcpkgs/python-html5lib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-html5lib/template b/srcpkgs/python-html5lib/template
index 2565de64fd2..a9ff3cac98d 100644
--- a/srcpkgs/python-html5lib/template
+++ b/srcpkgs/python-html5lib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-html5lib'
 pkgname=python-html5lib
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="html5lib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-html5lib_package() {
-	archs=noarch
 	pycompile_module="html5lib"
 	depends="python3-six python3-webencodings"
 	short_desc="${short_desc/Python2/Python3}"

From ccf2954eb342fdb73f7681011369953a3c962ba7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 124/320] python-httmock: remove noarch.

---
 srcpkgs/python-httmock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-httmock/template b/srcpkgs/python-httmock/template
index e798b4fc1b3..928f0b9a7b9 100644
--- a/srcpkgs/python-httmock/template
+++ b/srcpkgs/python-httmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-httmock'
 pkgname=python-httmock
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="httmock-${version}"
 build_style=python-module
 pycompile_module="httmock.py"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-httmock_package() {
-	archs=noarch
 	pycompile_module="httmock.py"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From d4b252e3d016f5aeb0a34db66e9d17eba518c5b5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 125/320] python-httplib2: remove noarch.

---
 srcpkgs/python-httplib2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template
index 3a31c396621..ebcf40089f8 100644
--- a/srcpkgs/python-httplib2/template
+++ b/srcpkgs/python-httplib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-httplib2'
 pkgname=python-httplib2
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python-module
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-httplib2_package() {
-	archs=noarch
 	depends="python3 ca-certificates"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From a64d942cf3b4274fa13a0873c0940664df85f6c4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 126/320] python-hyper-h2: remove noarch.

---
 srcpkgs/python-hyper-h2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template
index eb29959d45b..410e8359df8 100644
--- a/srcpkgs/python-hyper-h2/template
+++ b/srcpkgs/python-hyper-h2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyper-h2'
 pkgname=python-hyper-h2
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="hyper-h2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-hyper-h2_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3 python3-hpack python3-hyperframe"
 	pkg_install() {

From fc5a310e196b3539cdb6a1e7014429992295a590 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 127/320] python-hyperframe: remove noarch.

---
 srcpkgs/python-hyperframe/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyperframe/template b/srcpkgs/python-hyperframe/template
index 6b544c2061c..caa3d234916 100644
--- a/srcpkgs/python-hyperframe/template
+++ b/srcpkgs/python-hyperframe/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyperframe'
 pkgname=python-hyperframe
 version=5.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=hyperframe-${version}
 build_style=python-module
 pycompile_module="hyperframe"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hyperframe_package() {
-	archs=noarch
 	pycompile_module="hyperframe"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 705c4695143f0b32b753d86dbb50fa9d65e59ac4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 128/320] python-hyperlink: remove noarch.

---
 srcpkgs/python-hyperlink/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 945bf72ee59..933a3540c20 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hyperlink_package() {
-	archs=noarch
 	depends="python3-idna"
 	pycompile_module="hyperlink"
 	short_desc="${short_desc/Python2/Python3}"

From ead3e4765810c75dfc34796948ba96d0d70195ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 129/320] python-hypothesis: remove noarch.

---
 srcpkgs/python-hypothesis/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index de55593fc02..4c8c0291fc6 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module
@@ -35,7 +34,6 @@ do_check() {
 }
 
 python3-hypothesis_package() {
-	archs=noarch
 	pycompile_module="hypothesis"
 	depends="python3-attrs python3-coverage"
 	short_desc="${short_desc/Python2/Python3}"

From 335f178e6c11903ca54b6eba4f4eb606125b3eb3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 130/320] python-icalendar: remove noarch.

---
 srcpkgs/python-icalendar/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template
index dbb7ddb8fd3..fc38f0ee19f 100644
--- a/srcpkgs/python-icalendar/template
+++ b/srcpkgs/python-icalendar/template
@@ -1,8 +1,7 @@
 # Template file for 'python-icalendar'
 pkgname=python-icalendar
 version=4.0.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="icalendar-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-icalendar_package() {
-	archs=noarch
 	depends="python3-setuptools python3-dateutil python3-pytz"
 	alternatives="icalendar:icalendar:/usr/bin/icalendar3"
 	short_desc="${short_desc/Python2/Python3}"

From 389b41233f7ae6ea9d7ab887c25520b861dc39fe Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 131/320] python-idna: remove noarch.

---
 srcpkgs/python-idna/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 9de25fa6392..1a097884cbe 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,8 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=1
-archs=noarch
+revision=2
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-idna_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 37cf66671e423e6d420a4c9a173247af95b9b691 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 132/320] python-imagesize: remove noarch.

---
 srcpkgs/python-imagesize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-imagesize/template b/srcpkgs/python-imagesize/template
index f64c86812b5..7eefcfdc009 100644
--- a/srcpkgs/python-imagesize/template
+++ b/srcpkgs/python-imagesize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-imagesize'
 pkgname=python-imagesize
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="imagesize-${version}"
 build_style=python-module
 pycompile_module="imagesize.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-imagesize_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="imagesize.py"
 	short_desc="${short_desc/Python2/Python3}"

From fdffa3d6361156f2bdb29bff9b11b7af4b16601f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 133/320] python-incremental: remove noarch.

---
 srcpkgs/python-incremental/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 70477e26866..1a8b7f8d206 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,8 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-incremental_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="incremental"
 	short_desc="${short_desc/Python2/Python3}"

From 1e286e5c5368cb5c69f145bb84ccc5d2f5015e07 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 134/320] python-inotify: remove noarch.

---
 srcpkgs/python-inotify/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-inotify/template b/srcpkgs/python-inotify/template
index 64e48fd9330..ce7f62c0065 100644
--- a/srcpkgs/python-inotify/template
+++ b/srcpkgs/python-inotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python-inotify'
 pkgname=python-inotify
 version=0.9.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="pyinotify-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-inotify_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pyinotify.py"
 	short_desc="${short_desc/Python2/Python3}"

From e552e10efc7ff1243cb2d8e6e304be4d5098b715 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 135/320] python-ipaddr: remove noarch.

---
 srcpkgs/python-ipaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ipaddr/template b/srcpkgs/python-ipaddr/template
index 9bd50773ae6..6f1d8c9fabb 100644
--- a/srcpkgs/python-ipaddr/template
+++ b/srcpkgs/python-ipaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ipaddr'
 pkgname=python-ipaddr
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipaddr-${version}"
 build_style=python2-module
 pycompile_module="ipaddr.py"

From 95f6fe1641cdca2676d36da36017342d618ecec8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 136/320] python-ipaddress: remove noarch.

---
 srcpkgs/python-ipaddress/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ipaddress/template b/srcpkgs/python-ipaddress/template
index 8a2d6c80b31..5c88955e45e 100644
--- a/srcpkgs/python-ipaddress/template
+++ b/srcpkgs/python-ipaddress/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ipaddress'
 pkgname=python-ipaddress
 version=1.0.23
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipaddress-${version}"
 build_style=python2-module
 hostmakedepends="python-devel"

From 0e07628370473d040b75ccb766c6a3dfe855f8ff Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 137/320] python-iptools: remove noarch.

---
 srcpkgs/python-iptools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-iptools/template b/srcpkgs/python-iptools/template
index 3c53013fb9d..4beceefd2dd 100644
--- a/srcpkgs/python-iptools/template
+++ b/srcpkgs/python-iptools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-iptools'
 pkgname=python-iptools
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="iptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-iptools_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="iptools"
 	short_desc="${short_desc/Python2/Python3}"

From 219f040a7d389d869c1a2f2c742cc92c0a278bf9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 138/320] python-isbnlib: remove noarch.

---
 srcpkgs/python-isbnlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isbnlib/template b/srcpkgs/python-isbnlib/template
index 1cc46a060d6..9615f3cd38d 100644
--- a/srcpkgs/python-isbnlib/template
+++ b/srcpkgs/python-isbnlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isbnlib'
 pkgname=python-isbnlib
 version=3.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="isbnlib-${version}"
 build_style=python-module
 pycompile_module="isbnlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-isbnlib_package() {
-	archs=noarch
 	pycompile_module="isbnlib"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 2a21ce3481c86adbdaf4f6c135352958aa93fae0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 139/320] python-isodate: remove noarch.

---
 srcpkgs/python-isodate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index 74e4e813e64..b2f65659bad 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-isodate_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="isodate"
 	short_desc="${short_desc/Python2/Python3}"

From 760d6d21f176e8fccb4d3b896f3cb092608d089f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 140/320] python-isort: remove noarch.

---
 srcpkgs/python-isort/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isort/template b/srcpkgs/python-isort/template
index cd8e43b69ea..7eccc67d69b 100644
--- a/srcpkgs/python-isort/template
+++ b/srcpkgs/python-isort/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isort'
 pkgname=python-isort
 version=4.3.21
-revision=2
-archs=noarch
+revision=3
 wrksrc="isort-${version}"
 build_style=python-module
 pycompile_module="isort"
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-isort_package() {
-	archs=noarch
 	pycompile_module="isort"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 5b3c15099106bbd1e68f69b1ad3415b41a50a73f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 141/320] python-jaraco.functools: remove noarch.

---
 srcpkgs/python-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-jaraco.functools/template b/srcpkgs/python-jaraco.functools/template
index 55c82a8101a..063a118f98a 100644
--- a/srcpkgs/python-jaraco.functools/template
+++ b/srcpkgs/python-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jaraco.functools'
 pkgname=python-jaraco.functools
 version=2.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="jaraco.functools-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From c272dbbef0cd95c89d029b4387bbde638dddbb23 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 142/320] python-jmespath: remove noarch.

---
 srcpkgs/python-jmespath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jmespath/template b/srcpkgs/python-jmespath/template
index 6f1dfcecf0f..82b18ad10b3 100644
--- a/srcpkgs/python-jmespath/template
+++ b/srcpkgs/python-jmespath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jmespath'
 pkgname=python-jmespath
 version=0.10.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jmespath.py-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-jmespath_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="jmespath:jp.py:/usr/bin/jp.py3"

From a7b4d5eb491561d9f8c9d4c9e2085cb8f93015e3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 143/320] python-jsonpointer: remove noarch.

---
 srcpkgs/python-jsonpointer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonpointer/template b/srcpkgs/python-jsonpointer/template
index fd103d123aa..53f52d17dad 100644
--- a/srcpkgs/python-jsonpointer/template
+++ b/srcpkgs/python-jsonpointer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jsonpointer'
 pkgname=python-jsonpointer
 version=2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="jsonpointer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-jsonpointer_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="jsonpointer.py"
 	short_desc="${short_desc/Python2/Python3}"

From 62fb58f279c2b0a54ac9385866de5e748b27e5f2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 144/320] python-jsonrpclib: remove noarch.

---
 srcpkgs/python-jsonrpclib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonrpclib/template b/srcpkgs/python-jsonrpclib/template
index a245168a824..bbdf0d3cd0f 100644
--- a/srcpkgs/python-jsonrpclib/template
+++ b/srcpkgs/python-jsonrpclib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jsonrpclib'
 pkgname=python-jsonrpclib
 version=0.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python-module
 pycompile_module="jsonrpclib"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/j/jsonrpclib-pelix/jsonrpclib-pelix-${version}.tar.gz"
 checksum=19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de
 
 python3-jsonrpclib_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2681692e138f0d3e276f691346b98b5f34e1ad8d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 145/320] python-jsonschema: remove noarch.

---
 srcpkgs/python-jsonschema/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonschema/template b/srcpkgs/python-jsonschema/template
index 326b5609d36..50d3ce6964b 100644
--- a/srcpkgs/python-jsonschema/template
+++ b/srcpkgs/python-jsonschema/template
@@ -2,8 +2,7 @@
 pkgname=python-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jsonschema-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-jsonschema_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="jsonschema"
 	short_desc="${short_desc/Python2/Python3}"

From 6fb9f0bab75367d554fd0eb5148d3113783a2ac3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 146/320] python-kaptan: remove noarch.

---
 srcpkgs/python-kaptan/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-kaptan/template b/srcpkgs/python-kaptan/template
index 6668b240008..63fc48851ee 100644
--- a/srcpkgs/python-kaptan/template
+++ b/srcpkgs/python-kaptan/template
@@ -1,8 +1,7 @@
 # Template file for 'python-kaptan'
 pkgname=python-kaptan
 version=0.5.12
-revision=2
-archs=noarch
+revision=3
 wrksrc="kaptan-${version}"
 build_style=python-module
 pycompile_module="kaptan"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-kaptan_package() {
-	archs=noarch
 	pycompile_module="kaptan"
 	depends="python3 python3-yaml"
 	short_desc="${short_desc/Python2/Python3}"

From 63c8a8bb13314d3d9f243e2b93eca36658571f81 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 147/320] python-keepalive: remove noarch.

---
 srcpkgs/python-keepalive/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-keepalive/template b/srcpkgs/python-keepalive/template
index 50e1d7e6e78..81b61454335 100644
--- a/srcpkgs/python-keepalive/template
+++ b/srcpkgs/python-keepalive/template
@@ -1,8 +1,7 @@
 # Template file for 'python-keepalive'
 pkgname=python-keepalive
 version=0.5
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/k/keepalive/keepalive-${version}.tar.gz"
 checksum=3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1
 
 python3-keepalive_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="keepalive"
 	short_desc="${short_desc/Python2/Python3}"

From b9f0f2aaf87ae9eb7d02a06b5859ee1e76e9f935 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 148/320] python-kitchen: remove noarch.

---
 srcpkgs/python-kitchen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-kitchen/template b/srcpkgs/python-kitchen/template
index 917131d6d93..862f0f13bfd 100644
--- a/srcpkgs/python-kitchen/template
+++ b/srcpkgs/python-kitchen/template
@@ -1,8 +1,7 @@
 # Template file for 'python-kitchen'
 pkgname=python-kitchen
 version=1.2.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="kitchen-${version}"
 build_style=python-module
 pycompile_module="kitchen"
@@ -16,7 +15,6 @@ distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
 checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0
 
 python3-kitchen_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="kitchen"
 	short_desc="${short_desc/Python2/Python3}"

From b9878232abc8d9672c7043a6c553c13712ad9af3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 149/320] python-larch: remove noarch.

---
 srcpkgs/python-larch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-larch/template b/srcpkgs/python-larch/template
index 7b9fb4a1e5e..43a86644a22 100644
--- a/srcpkgs/python-larch/template
+++ b/srcpkgs/python-larch/template
@@ -1,8 +1,7 @@
 # Template file for 'python-larch'
 pkgname=python-larch
 version=1.20151025
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 hostmakedepends="python-setuptools python-tracing"
 makedepends="python-devel python-tracing"

From d04f287ba64e6df9bc827e2653aa13cf8140ba83 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 150/320] python-ldap3: remove noarch.

---
 srcpkgs/python-ldap3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ldap3/template b/srcpkgs/python-ldap3/template
index 39fcc264979..6b9c151c875 100644
--- a/srcpkgs/python-ldap3/template
+++ b/srcpkgs/python-ldap3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ldap3'
 pkgname=python-ldap3
 version=2.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="ldap3-${version}"
 build_style=python-module
 pycompile_module="ldap3"
@@ -16,7 +15,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=f21d1a65e19ed5a691d7cf30af375e84663254e800ddc950bd7b6f9bb15d2c19
 
 python3-ldap3_package() {
-	archs=noarch
 	depends="python3-pyasn1"
 	pycompile_module="ldap3"
 	short_desc="${short_desc/Python2/Python3}"

From 114d062bd7d02945aa1337de18a5acf3867476b4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 151/320] python-libtmux: remove noarch.

---
 srcpkgs/python-libtmux/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-libtmux/template b/srcpkgs/python-libtmux/template
index 20f43af5f7d..ffff3a8d820 100644
--- a/srcpkgs/python-libtmux/template
+++ b/srcpkgs/python-libtmux/template
@@ -1,8 +1,7 @@
 # Template file for 'python-libtmux'
 pkgname=python-libtmux
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="libtmux-${version}"
 build_style=python-module
 pycompile_module="libtmux"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-libtmux_package() {
-	archs=noarch
 	pycompile_module="libtmux"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From d1595d03d881e3244428910c2ae9c7dc74c0b93c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 152/320] python-lockfile: remove noarch.

---
 srcpkgs/python-lockfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 778cecba7e9..3b9cc302904 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=4
-archs=noarch
+revision=5
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-lockfile_package() {
-	archs=noarch
 	pycompile_module="lockfile"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 9e44c3c4838a51572dbd2c26f9bc837191310608 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 153/320] python-logfury: remove noarch.

---
 srcpkgs/python-logfury/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-logfury/template b/srcpkgs/python-logfury/template
index c190d529bfe..ee683b9df39 100644
--- a/srcpkgs/python-logfury/template
+++ b/srcpkgs/python-logfury/template
@@ -1,8 +1,7 @@
 # Template file for 'python-logfury'
 pkgname=python-logfury
 version=0.1.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="logfury-${version}"
 build_style=python-module
 pycompile_module="logfury"
@@ -29,7 +28,6 @@ do_check() {
 }
 
 python3-logfury_package() {
-	archs=noarch
 	pycompile_module="logfury"
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 4c03f6416d8ec67fc36017acd3b9ce8c8336c98c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 154/320] python-magic: remove noarch.

---
 srcpkgs/python-magic/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-magic/template b/srcpkgs/python-magic/template
index 6bb26bb6cd2..f533d817690 100644
--- a/srcpkgs/python-magic/template
+++ b/srcpkgs/python-magic/template
@@ -1,8 +1,7 @@
 # Template file for 'python-magic'
 pkgname=python-magic
 version=0.4.18
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python libmagic"
@@ -18,7 +17,6 @@ post_install() {
 }
 
 python3-magic_package() {
-	archs=noarch
 	depends="python3 libmagic"
 	# Beware: not an alternative
 	conflicts="python3-file-magic>=0"

From 2bc83dd97d092e9ef3ad68eea6e34b217e208912 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 155/320] python-markdown2: remove noarch.

---
 srcpkgs/python-markdown2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-markdown2/template b/srcpkgs/python-markdown2/template
index e9068f64202..480f5b4feea 100644
--- a/srcpkgs/python-markdown2/template
+++ b/srcpkgs/python-markdown2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-markdown2'
 pkgname=python-markdown2
 version=2.3.8
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="markdown2"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-markdown2_package() {
-	archs=noarch
 	pycompile_module="markdown2"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e9a6c128681d86cc0b7ec6d959523290fe5c457c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 156/320] python-matplotlib: remove noarch.

---
 srcpkgs/python-matplotlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-matplotlib/template b/srcpkgs/python-matplotlib/template
index b155d980569..476b91a14b0 100644
--- a/srcpkgs/python-matplotlib/template
+++ b/srcpkgs/python-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-matplotlib'
 pkgname=python-matplotlib
 version=2.2.4
-revision=2
+revision=4
 wrksrc="matplotlib-${version}"
 build_style=python2-module
 pycompile_module="matplotlib mpl_toolkits pylab.py"
@@ -41,7 +41,6 @@ post_install() {
 }
 
 python-matplotlib-data_package() {
-	archs=noarch
 	conf_files="/etc/matplotlibrc"
 	short_desc+=" - data files"
 	pkg_install() {

From 83b9b2cfd914a293a652f42de434fe947645d7d4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 157/320] python-mccabe: remove noarch.

---
 srcpkgs/python-mccabe/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mccabe/template b/srcpkgs/python-mccabe/template
index 1e2ed6328b8..ee1cf4f5df3 100644
--- a/srcpkgs/python-mccabe/template
+++ b/srcpkgs/python-mccabe/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mccabe'
 pkgname=python-mccabe
 version=0.6.1
-revision=3
-archs=noarch
+revision=4
 replaces="mccabe>=0"
 wrksrc="mccabe-${version}"
 build_style=python-module
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-mccabe_package() {
-	archs=noarch
 	pycompile_module="mccabe.py"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 33f6a5985e089645ddcd9798fd7128895262a41f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 158/320] python-mechanize: remove noarch.

---
 srcpkgs/python-mechanize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template
index ca29bbd0d23..260ef70ebb2 100644
--- a/srcpkgs/python-mechanize/template
+++ b/srcpkgs/python-mechanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mechanize'
 pkgname=python-mechanize
 version=0.4.3
-revision=3
-archs=noarch
+revision=4
 wrksrc="mechanize-${version}"
 build_style=python-module
 pycompile_module="mechanize"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mechanize_package() {
-	archs=noarch
 	depends="python3 python3-html5lib"
 	pycompile_module="mechanize"
 	short_desc="${short_desc/Python2/Python3}"

From 141528696327370b0d2e7786c2fced7a37b446bf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 159/320] python-mistune: remove noarch.

---
 srcpkgs/python-mistune/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template
index ef5c054ba75..e84aef86f3d 100644
--- a/srcpkgs/python-mistune/template
+++ b/srcpkgs/python-mistune/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mistune'
 pkgname=python-mistune
 version=0.8.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="mistune-${version}"
 build_style=python-module
 pycompile_module="mistune.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mistune_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mistune.py"
 	short_desc="${short_desc/Python2/Python3}"

From ee44acabe8dfcbf3df5747caca71aefc3840b3f0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 160/320] python-mock: remove noarch.

---
 srcpkgs/python-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-mock/template b/srcpkgs/python-mock/template
index 8392c6e2a93..701838a09c6 100644
--- a/srcpkgs/python-mock/template
+++ b/srcpkgs/python-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mock'
 pkgname=python-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="mock"

From 554139ab93b60220cd37cc565ca5a04e08a7f184 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 161/320] python-monotonic: remove noarch.

---
 srcpkgs/python-monotonic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-monotonic/template b/srcpkgs/python-monotonic/template
index 2c1e997bea1..71bd26c6f18 100644
--- a/srcpkgs/python-monotonic/template
+++ b/srcpkgs/python-monotonic/template
@@ -1,8 +1,7 @@
 # Template file for 'python-monotonic'
 pkgname=python-monotonic
 version=1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="monotonic-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 57cc6f2bbc6a58d00debc08e63240376f3e62c01 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 162/320] python-more-itertools: remove noarch.

---
 srcpkgs/python-more-itertools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-more-itertools/template b/srcpkgs/python-more-itertools/template
index 8b77456eed7..7523a49c597 100644
--- a/srcpkgs/python-more-itertools/template
+++ b/srcpkgs/python-more-itertools/template
@@ -2,8 +2,7 @@
 pkgname=python-more-itertools
 reverts="6.0.0_1"
 version=5.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="more-itertools-${version}"
 build_style=python2-module
 pycompile_module="more_itertools"

From 1b5135b823e7bb7f9c7ebfb40d741ce6d66d2e01 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 163/320] python-mpd2: remove noarch.

---
 srcpkgs/python-mpd2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mpd2/template b/srcpkgs/python-mpd2/template
index 0389f8c2a28..fe31eb0164a 100644
--- a/srcpkgs/python-mpd2/template
+++ b/srcpkgs/python-mpd2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mpd2'
 pkgname=python-mpd2
 version=1.0.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mpd"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-mpd2_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mpd"
 	short_desc="${short_desc/Python2/Python3}"

From 087023957d5dc54b64a89375d9a21628a5752612 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 164/320] python-mpmath: remove noarch.

---
 srcpkgs/python-mpmath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mpmath/template b/srcpkgs/python-mpmath/template
index 8fd4873dd62..923020eb891 100644
--- a/srcpkgs/python-mpmath/template
+++ b/srcpkgs/python-mpmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mpmath'
 pkgname=python-mpmath
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="mpmath-${version}"
 build_style=python-module
 pycompile_module="mpmath"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mpmath_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mpmath"
 	short_desc="${short_desc/Python2/Python3}"

From b9f5ab165e3ea8fdcdcefc114cbd0991c6919d6a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 165/320] python-msp430-tools: remove noarch.

---
 srcpkgs/python-msp430-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-msp430-tools/template b/srcpkgs/python-msp430-tools/template
index 84c0fd78cb8..d80188640de 100644
--- a/srcpkgs/python-msp430-tools/template
+++ b/srcpkgs/python-msp430-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-msp430-tools'
 pkgname=python-msp430-tools
 version=0.9.2
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 pycompile_module="msp430"
 hostmakedepends="python-setuptools"

From e50c9a028bb3c5ab72818c8fe125d085e913a487 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 166/320] python-mtranslate: remove noarch.

---
 srcpkgs/python-mtranslate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mtranslate/template b/srcpkgs/python-mtranslate/template
index 992c7b76fe9..9f7f03dd1c6 100644
--- a/srcpkgs/python-mtranslate/template
+++ b/srcpkgs/python-mtranslate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mtranslate'
 pkgname=python-mtranslate
 version=1.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="mtranslate-${version}"
 build_style=python-module
 pycompile_module="mtranslate"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mtranslate_package() {
-	archs=noarch
 	pycompile_module="mtranslate"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From b6b71c61522c07afc31dbbded1c5f34c117819f0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 167/320] python-munkres: remove noarch.

---
 srcpkgs/python-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-munkres/template b/srcpkgs/python-munkres/template
index 97694aeac84..cb4ff417e1c 100644
--- a/srcpkgs/python-munkres/template
+++ b/srcpkgs/python-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python-munkres'
 pkgname=python-munkres
 version=1.0.12
-revision=1
-archs=noarch
+revision=2
 wrksrc="munkres-release-${version}"
 build_style=python2-module
 pycompile_module="munkres.py"

From 69be578bccfd6bb2a8e0275c4aeca0d7b7859c31 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 168/320] python-musicbrainzngs: remove noarch.

---
 srcpkgs/python-musicbrainzngs/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-musicbrainzngs/template b/srcpkgs/python-musicbrainzngs/template
index a17ca953a3a..8679b3bfcf5 100644
--- a/srcpkgs/python-musicbrainzngs/template
+++ b/srcpkgs/python-musicbrainzngs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-musicbrainzngs'
 pkgname=python-musicbrainzngs
 version=0.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="musicbrainzngs-${version}"
 build_style="python-module"
 pycompile_module="musicbrainzngs"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-musicbrainzngs_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="musicbrainzngs"
 	short_desc="${short_desc/Python2/Python3}"

From 056368ac701f72027e382bf9841addfda739596b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 169/320] python-mygpoclient: remove noarch.

---
 srcpkgs/python-mygpoclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mygpoclient/template b/srcpkgs/python-mygpoclient/template
index ffad63a70a1..2a75d829c53 100644
--- a/srcpkgs/python-mygpoclient/template
+++ b/srcpkgs/python-mygpoclient/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mygpoclient'
 pkgname=python-mygpoclient
 version=1.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="mygpoclient-${version}"
 build_style=python-module
 pycompile_module="mygpoclient"
@@ -30,7 +29,6 @@ python3-mygpoclient_package() {
 	 mygpoclient:mygpo-simple-client:/usr/bin/mygpo-simple-client3"
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="mygpoclient"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 385493eb7d9a3397c4ecc9296f8ca6eed117636c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 170/320] python-namedlist: remove noarch.

---
 srcpkgs/python-namedlist/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-namedlist/template b/srcpkgs/python-namedlist/template
index f3698e39e10..0eac04b9ad5 100644
--- a/srcpkgs/python-namedlist/template
+++ b/srcpkgs/python-namedlist/template
@@ -1,8 +1,7 @@
 # Template file for 'python-namedlist'
 pkgname=python-namedlist
 version=1.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="namedlist-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
 checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef
 
 python3-namedlist_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="namedlist.py"
 	short_desc="${short_desc/Python2/Python3}"

From 8ecf790a4d605fde1292bac91d4feccbb2e82fc4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 171/320] python-natsort: remove noarch.

---
 srcpkgs/python-natsort/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-natsort/template b/srcpkgs/python-natsort/template
index 7101e297aad..0ed03da1a8a 100644
--- a/srcpkgs/python-natsort/template
+++ b/srcpkgs/python-natsort/template
@@ -1,8 +1,7 @@
 # Template file for 'python-natsort'
 pkgname=python-natsort
 version=6.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="natsort-${version}"
 build_style=python-module
 pycompile_module="natsort"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-natsort_package() {
-	archs=noarch
 	pycompile_module="natsort"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From e12cfcde24b5146d50f87ba0298ed21bd4df6d5b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 172/320] python-ndg_httpsclient: remove noarch.

---
 srcpkgs/python-ndg_httpsclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ndg_httpsclient/template b/srcpkgs/python-ndg_httpsclient/template
index 54b653f68a9..46a1d704896 100644
--- a/srcpkgs/python-ndg_httpsclient/template
+++ b/srcpkgs/python-ndg_httpsclient/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ndg_httpsclient'
 pkgname=python-ndg_httpsclient
 version=0.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="ndg_httpsclient-${version}"
 build_style=python-module
 pycompile_module="ndg/httpsclient"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-ndg_httpsclient_package() {
-	archs=noarch
 	depends="python3-openssl python3-pyasn1"
 	pycompile_module="ndg/httpsclient"
 	short_desc="${short_desc/Python2/Python3}"

From b6365f0e7de8db8d071ea31f31a8fdb785092335 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 173/320] python-netaddr: remove noarch.

---
 srcpkgs/python-netaddr/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-netaddr/template b/srcpkgs/python-netaddr/template
index 20cc1c93134..cdaaaf53f3b 100644
--- a/srcpkgs/python-netaddr/template
+++ b/srcpkgs/python-netaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-netaddr'
 pkgname=python-netaddr
 version=0.7.19
-revision=3
-archs=noarch
+revision=4
 wrksrc="netaddr-${version}"
 build_style=python-module
 pycompile_module="netaddr"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-netaddr_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="netaddr"
 	short_desc="${short_desc/Python2/Python3}"

From 70cadced04085789a91281d60bf3d6c19155135a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 174/320] python-nose: remove noarch.

---
 srcpkgs/python-nose/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f2cd7fe5c3f..f5d5cc0bdfb 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,8 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=4
-archs=noarch
+revision=5
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"
@@ -18,7 +17,6 @@ checksum=f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
 alternatives="nose:nosetests:/usr/bin/nosetests2"
 
 python3-nose_package() {
-	archs=noarch
 	pycompile_module="nose"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 5b931e59b8bcd53d94b0750190839e38b30b6353 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 175/320] python-nose2: remove noarch.

---
 srcpkgs/python-nose2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-nose2/template b/srcpkgs/python-nose2/template
index 058abbd4253..98af16ed7e7 100644
--- a/srcpkgs/python-nose2/template
+++ b/srcpkgs/python-nose2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-nose2'
 pkgname=python-nose2
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="nose2"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-nose2_package() {
-	archs=noarch
 	pycompile_module="nose2"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-setuptools python3-coverage python3-six"

From 090a4eb8c5fb2c971642fb467701a32a0aa694c4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 176/320] python-npyscreen: remove noarch.

---
 srcpkgs/python-npyscreen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-npyscreen/template b/srcpkgs/python-npyscreen/template
index 2223850f22e..f25fc6e2610 100644
--- a/srcpkgs/python-npyscreen/template
+++ b/srcpkgs/python-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python-npyscreen'
 pkgname=python-npyscreen
 version=4.10.5.1
-revision=2
+revision=3
 wrksrc="npyscreen-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -13,14 +13,12 @@ license="BSD-2-Clause"
 homepage="https://github.com/bad-day/npyscreen"
 distfiles="https://github.com/bad-day/npyscreen/archive/${version}.tar.gz"
 checksum=6703c22d6bad3131b075d7d242c611a3c7ba8eae03f6d3cb414e3d35dae94b29
-archs=noarch
 
 post_install() {
 	vlicense LICENCE
 }
 
 python3-npyscreen_package() {
-	archs=noarch
 	pycompile_module="npyscreen"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From ca87b1b44b99ceebfd66cd38bae084e5314004b0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 177/320] python-ntplib: remove noarch.

---
 srcpkgs/python-ntplib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ntplib/template b/srcpkgs/python-ntplib/template
index 0582fb326c1..6a8087da986 100644
--- a/srcpkgs/python-ntplib/template
+++ b/srcpkgs/python-ntplib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ntplib'
 pkgname=python-ntplib
 version=0.3.3
-revision=4
-archs=noarch
+revision=5
 build_style=python-module
 wrksrc="ntplib-${version}"
 pycompile_module="ntplib.py"

From 94bedc6fde3383949f310de527d75147d712ffa6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 178/320] python-oauth2client: remove noarch.

---
 srcpkgs/python-oauth2client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-oauth2client/template b/srcpkgs/python-oauth2client/template
index 2398adba276..b9580433fb1 100644
--- a/srcpkgs/python-oauth2client/template
+++ b/srcpkgs/python-oauth2client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-oauth2client'
 pkgname=python-oauth2client
 version=4.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="oauth2client"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/o/oauth2client/oauth2client-${version}.tar.gz"
 checksum=d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6
 
 python3-oauth2client_package() {
-	archs=noarch
 	depends="python3-httplib2 python3-pyasn1 python3-pyasn1-modules
 	 python3-rsa python3-six"
 	pycompile_module="oauth2client"

From 01876af48b16f897b4e202d56e04fad28b40e592 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 179/320] python-oauthlib: remove noarch.

---
 srcpkgs/python-oauthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-oauthlib/template b/srcpkgs/python-oauthlib/template
index 036f1b31c92..66d02dbe06e 100644
--- a/srcpkgs/python-oauthlib/template
+++ b/srcpkgs/python-oauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-oauthlib'
 pkgname=python-oauthlib
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="oauthlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-oauthlib_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From 95f26ac753408b428815ba31d98542f5ee93c2b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 180/320] python-olefile: remove noarch.

---
 srcpkgs/python-olefile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-olefile/template b/srcpkgs/python-olefile/template
index 803d7b67cd8..9a7d6033cc7 100644
--- a/srcpkgs/python-olefile/template
+++ b/srcpkgs/python-olefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-olefile'
 pkgname=python-olefile
 version=0.46
-revision=2
-archs=noarch
+revision=3
 wrksrc="olefile-${version}"
 build_style=python-module
 pycompile_module="olefile"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-olefile_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="olefile"
 	short_desc="${short_desc/Python2/Python3}"

From 11676a5340c4fdec95db28992b7f008275761d04 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 181/320] python-openssl: remove noarch.

---
 srcpkgs/python-openssl/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index d7ab230194d..27d5ff265c1 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz"
 checksum=9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507
 
 python3-openssl_package() {
-	archs=noarch
 	depends="python3-cryptography python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From f59f4df215f5011eed32d439ee7cb28dbb57bbb4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 182/320] python-packaging: remove noarch.

---
 srcpkgs/python-packaging/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 06042d12b90..0b5f38565e1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,8 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-packaging_package() {
-	archs=noarch
 	pycompile_module="packaging"
 	depends="python3-attrs python3-parsing python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 010edd89d7da76c3e327f122294e5540771d2fda Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 183/320] python-pam: remove noarch.

---
 srcpkgs/python-pam/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pam/template b/srcpkgs/python-pam/template
index 780e9008ea7..da229fc611d 100644
--- a/srcpkgs/python-pam/template
+++ b/srcpkgs/python-pam/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pam'
 pkgname=python-pam
 version=1.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python-module
 pycompile_module="pam.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pam_package() {
-	archs=noarch
 	depends="python3 pam"
 	pycompile_module="pam.py"
 	short_desc="${short_desc/Python2/Python3}"

From 5efdc45fd868513529ec1c87ada22fad92b39c16 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 184/320] python-pandocfilters: remove noarch.

---
 srcpkgs/python-pandocfilters/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pandocfilters/template b/srcpkgs/python-pandocfilters/template
index 8650d20256f..21753a10de3 100644
--- a/srcpkgs/python-pandocfilters/template
+++ b/srcpkgs/python-pandocfilters/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pandocfilters'
 pkgname=python-pandocfilters
 version=1.4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="pandocfilters-${version}"
 build_style=python-module
 pycompile_module="pandocfilters.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pandocfilters_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pandocfilters.py"
 	short_desc="${short_desc/Python2/Python3}"

From c22dbf0d1a282b9f33389f03e115573f213a217d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 185/320] python-paramiko: remove noarch.

---
 srcpkgs/python-paramiko/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-paramiko/template b/srcpkgs/python-paramiko/template
index f1bca0aea24..586fc58337d 100644
--- a/srcpkgs/python-paramiko/template
+++ b/srcpkgs/python-paramiko/template
@@ -1,8 +1,7 @@
 # Template file for 'python-paramiko'
 pkgname=python-paramiko
 version=2.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname/python-/}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
 checksum=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
 
 python3-paramiko_package() {
-	archs=noarch
 	depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 5f18d99fcd80e32f6597b9bb844b65fca102e9fd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 186/320] python-parse: remove noarch.

---
 srcpkgs/python-parse/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-parse/template b/srcpkgs/python-parse/template
index 9ccdc26d51e..11aaa558f89 100644
--- a/srcpkgs/python-parse/template
+++ b/srcpkgs/python-parse/template
@@ -1,8 +1,7 @@
 # Template file for 'python-parse'
 pkgname=python-parse
 version=1.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="parse-${version}"
 build_style=python-module
 pycompile_module="parse.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-parse_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="parse.py"
 	short_desc="${short_desc/Python2/Python3}"

From cb2fe238cf2a7d599853d8feb3948e6887861b4d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 187/320] python-parsing: remove noarch.

---
 srcpkgs/python-parsing/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index 56d64c7cbaa..e1b9193a9c8 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-parsing_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 5c3355e2cd3ea5a76e154b546d4579cee81f4e47 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 188/320] python-passlib: remove noarch.

---
 srcpkgs/python-passlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-passlib/template b/srcpkgs/python-passlib/template
index f46a3e92642..da6ea65ca80 100644
--- a/srcpkgs/python-passlib/template
+++ b/srcpkgs/python-passlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-passlib'
 pkgname=python-passlib
 version=1.7.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="passlib-${version}"
 build_style=python-module
 pycompile_module="passlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-passlib_package() {
-	archs=noarch
 	pycompile_module="passlib"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 68ef655d73897fd5e96f79cabfbd032fb39e6529 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 189/320] python-pathlib: remove noarch.

---
 srcpkgs/python-pathlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pathlib/template b/srcpkgs/python-pathlib/template
index 65704965145..dfe41670b6a 100644
--- a/srcpkgs/python-pathlib/template
+++ b/srcpkgs/python-pathlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathlib'
 pkgname=python-pathlib
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathlib-${version}"
 build_style=python2-module
 pycompile_module="pathlib.py"

From 8ca74a7b02e9758d61eb2f33a11bdf7bec0812c3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 190/320] python-pathlib2: remove noarch.

---
 srcpkgs/python-pathlib2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index fa600b78fbe..e40edf9f713 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
 checksum=446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8
 
 python3-pathlib2_package() {
-	archs=noarch
 	depends="python3-six python3-scandir"
 	pycompile_module="pathlib2"
 	short_desc="${short_desc/Python2/Python3}"

From 931076fc4e1ad2d6ef4befb93a9873f7f3a4f0de Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 191/320] python-pathspec: remove noarch.

---
 srcpkgs/python-pathspec/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathspec/template b/srcpkgs/python-pathspec/template
index bd4736ec45d..875866aa7cf 100644
--- a/srcpkgs/python-pathspec/template
+++ b/srcpkgs/python-pathspec/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathspec'
 pkgname=python-pathspec
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathspec-${version}"
 build_style=python-module
 pycompile_module="pathspec"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-pathspec_package() {
-	archs=noarch
 	pycompile_module="pathspec"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From d721a58cb051f8a093cee8ec7e211a8a403bdd9a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 192/320] python-pathtools: remove noarch.

---
 srcpkgs/python-pathtools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathtools/template b/srcpkgs/python-pathtools/template
index 47dc6ef6a71..4cd48c99248 100644
--- a/srcpkgs/python-pathtools/template
+++ b/srcpkgs/python-pathtools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathtools'
 pkgname=python-pathtools
 version=0.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathtools-${version}"
 build_style=python-module
 pycompile_module="pathtools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pathtools_package() {
-	archs=noarch
 	pycompile_module="pathtools"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From f167bd3d8a8d214bf7c5b4ec670b634b687a6f2c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 193/320] python-pbkdf2: remove noarch.

---
 srcpkgs/python-pbkdf2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pbkdf2/template b/srcpkgs/python-pbkdf2/template
index 956d0b4cad9..f9c2606725a 100644
--- a/srcpkgs/python-pbkdf2/template
+++ b/srcpkgs/python-pbkdf2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pbkdf2'
 pkgname=python-pbkdf2
 version=1.3
-revision=4
-archs=noarch
+revision=5
 wrksrc="pbkdf2-${version}"
 build_style=python-module
 pycompile_module="pbkdf2"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pbkdf2_package() {
-	archs=noarch
 	pycompile_module="pbkdf2"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From bcc6247cf2996c80d4cb17df225822f7f73d51e1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 194/320] python-pbr: remove noarch.

---
 srcpkgs/python-pbr/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index 9c7216056fe..d782fe1e996 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"
@@ -17,7 +16,6 @@ checksum=2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8
 alternatives="pbr:pbr:/usr/bin/pbr2"
 
 python3-pbr_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pbr"
 	short_desc="${short_desc/Python2/Python3}"

From 4709708d6f28b6bc93b33b86426deb9561695496 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 195/320] python-pdfrw: remove noarch.

---
 srcpkgs/python-pdfrw/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pdfrw/template b/srcpkgs/python-pdfrw/template
index ef7db98e491..469e2520401 100644
--- a/srcpkgs/python-pdfrw/template
+++ b/srcpkgs/python-pdfrw/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pdfrw'
 pkgname=python-pdfrw
 version=0.4
-revision=3
-archs=noarch
+revision=4
 replaces="python-pdfrw-example<${version}_${revision}"
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
@@ -24,7 +23,6 @@ post_install() {
 
 python3-pdfrw_package() {
 	replaces="python-pdfrw-example<${version}_${revision}"
-	archs=noarch
 	pycompile_module="pdfrw"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 30eb5a89e38223d34a197eb6684c3a2631453be0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 196/320] python-pexpect: remove noarch.

---
 srcpkgs/python-pexpect/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pexpect/template b/srcpkgs/python-pexpect/template
index 03102c3d294..ddb0fd991cf 100644
--- a/srcpkgs/python-pexpect/template
+++ b/srcpkgs/python-pexpect/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pexpect'
 pkgname=python-pexpect
 version=4.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pexpect-${version}"
 build_style=python-module
 pycompile_module="pexpect"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-pexpect_package() {
-	archs=noarch
 	depends="python3-ptyprocess"
 	pycompile_module="pexpect"
 	short_desc="${short_desc/Python2/Python3}"

From 43bef53c16e422035c752dc972347e31ea4e72c5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 197/320] python-pgmigrate: remove noarch.

---
 srcpkgs/python-pgmigrate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pgmigrate/template b/srcpkgs/python-pgmigrate/template
index f98052f4151..334183afa34 100644
--- a/srcpkgs/python-pgmigrate/template
+++ b/srcpkgs/python-pgmigrate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pgmigrate'
 pkgname=python-pgmigrate
 version=1.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgmigrate-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pgmigrate_package() {
-	archs=noarch
 	depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 46d690759ae3a56912c572431633c8a0e765eea6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 198/320] python-pgpdump: remove noarch.

---
 srcpkgs/python-pgpdump/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index a28b6e209e7..b81b40c0ef8 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=6
-archs=noarch
+revision=7
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz
 checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff
 
 python3-pgpdump_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pgpdump"
 	short_desc="${short_desc/Python2/Python3}"

From 4e97ef02f0ca2190cf562904ae0cb72c03ab4baa Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 199/320] python-picamera: remove noarch.

---
 srcpkgs/python-picamera/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-picamera/template b/srcpkgs/python-picamera/template
index e3c9a17bfdc..64b63563e45 100644
--- a/srcpkgs/python-picamera/template
+++ b/srcpkgs/python-picamera/template
@@ -1,8 +1,7 @@
 # Template file for 'python-picamera'
 pkgname=python-picamera
 version=1.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="picamera-${version}"
 build_style=python-module
 pycompile_module="picamera"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-picamera_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="picamera"
 	short_desc="${short_desc/Python2/Python3}"

From 1eae0b27956064515fc7935a8d2fef7c87fab590 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 200/320] python-pickleshare: remove noarch.

---
 srcpkgs/python-pickleshare/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pickleshare/template b/srcpkgs/python-pickleshare/template
index c1d86826c15..cf1a3505bee 100644
--- a/srcpkgs/python-pickleshare/template
+++ b/srcpkgs/python-pickleshare/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pickleshare'
 pkgname=python-pickleshare
 version=0.7.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="pickleshare-${version}"
 build_style=python-module
 pycompile_module="pickleshare.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pickleshare_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pickleshare.py"
 	short_desc="${short_desc/Python2/Python3}"

From 0259e697c1fb79dd953a45bf47becb9f2d75fd64 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 201/320] python-pipenv: remove noarch.

---
 srcpkgs/python-pipenv/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pipenv/template b/srcpkgs/python-pipenv/template
index 69490a04324..c2855f66580 100644
--- a/srcpkgs/python-pipenv/template
+++ b/srcpkgs/python-pipenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pipenv'
 pkgname=python-pipenv
 version=2020.8.13
-revision=1
-archs=noarch
+revision=2
 wrksrc="pipenv-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -33,7 +32,6 @@ post_install() {
 }
 
 python3-pipenv_package() {
-	archs=noarch
 	depends="python3 python3-pip python3-virtualenv python3-virtualenv-clone"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="

From 36df6f5a522a7bb0c4564048017257b6ae259438 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 202/320] python-pkgconfig: remove noarch.

---
 srcpkgs/python-pkgconfig/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pkgconfig/template b/srcpkgs/python-pkgconfig/template
index e9e5480907d..e8505e9c620 100644
--- a/srcpkgs/python-pkgconfig/template
+++ b/srcpkgs/python-pkgconfig/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pkgconfig'
 pkgname=python-pkgconfig
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pkgconfig-${version}"
 build_style=python-module
 pycompile_module="pkgconfig"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pkgconfig_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pkgconfig"
 	short_desc="${short_desc/Python2/Python3}"

From 6957e889112732a6b26260cd3e7cbde6ddac741f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 203/320] python-pluggy: remove noarch.

---
 srcpkgs/python-pluggy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pluggy/template b/srcpkgs/python-pluggy/template
index e52dee341ec..13eae9e2950 100644
--- a/srcpkgs/python-pluggy/template
+++ b/srcpkgs/python-pluggy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pluggy'
 pkgname=python-pluggy
 version=0.13.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pluggy-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 4ee2ae3754c24a192a5b7b373f680b234284fcc5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 204/320] 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 04a3defa6aa..30d5e39067e 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}"

From 5b2c469a31b339996e3066c97cddaed03f948fb4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 205/320] python-podcastparser: remove noarch.

---
 srcpkgs/python-podcastparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-podcastparser/template b/srcpkgs/python-podcastparser/template
index 58fd20d3f73..fe298ad2076 100644
--- a/srcpkgs/python-podcastparser/template
+++ b/srcpkgs/python-podcastparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-podcastparser'
 pkgname=python-podcastparser
 version=0.6.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="podcastparser-${version}"
 build_style=python-module
 hostmakedepends="python-devel python3-devel"
@@ -25,7 +24,6 @@ post_install() {
 
 python3-podcastparser_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove "usr/lib/python3*"

From 9cd004d9a72bb3c48ebb1ff67422531fb540f5ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 206/320] python-polib: remove noarch.

---
 srcpkgs/python-polib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-polib/template b/srcpkgs/python-polib/template
index 8b8d4b66c68..32edce0f861 100644
--- a/srcpkgs/python-polib/template
+++ b/srcpkgs/python-polib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-polib'
 pkgname=python-polib
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="polib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-polib_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="polib.py"
 	short_desc="${short_desc/Python2/Python3}"

From 6a20651098c98f53de3e615c93c413daec90cd0f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 207/320] python-portend: remove noarch.

---
 srcpkgs/python-portend/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-portend/template b/srcpkgs/python-portend/template
index 455051f5a50..bbf655b3cae 100644
--- a/srcpkgs/python-portend/template
+++ b/srcpkgs/python-portend/template
@@ -1,8 +1,7 @@
 # Template file for 'python-portend'
 pkgname=python-portend
 version=2.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="portend-${version}"
 build_style=python-module
 pycompile_module="portend.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-portend_package() {
-	archs=noarch
 	depends="python3-tempora"
 	pycompile_module="portend.py"
 	short_desc="${short_desc/Python2/Python3}"

From 3c4a4bd45ef39887008dc2128038f64af855db5b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 208/320] python-progress: remove noarch.

---
 srcpkgs/python-progress/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-progress/template b/srcpkgs/python-progress/template
index 0d6bd1db69d..bbf7fdde93c 100644
--- a/srcpkgs/python-progress/template
+++ b/srcpkgs/python-progress/template
@@ -1,8 +1,7 @@
 # Template file for 'python-progress'
 pkgname=python-progress
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="progress-${version}"
 build_style=python-module
 pycompile_module="progress"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-progress_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="progress"
 	short_desc="${short_desc/Python2/Python3}"

From a8b578b609a0c1122d1e7fa33418ba4a568f898b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 209/320] python-prometheus_client: remove noarch.

---
 srcpkgs/python-prometheus_client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-prometheus_client/template b/srcpkgs/python-prometheus_client/template
index 7b71fbeffc2..42d3787b54d 100644
--- a/srcpkgs/python-prometheus_client/template
+++ b/srcpkgs/python-prometheus_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-prometheus_client'
 pkgname=python-prometheus_client
 version=0.7.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="prometheus_client-${version}"
 build_style=python-module
 pycompile_module="prometheus_client"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
 checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
 
 python3-prometheus_client_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="prometheus_client"
 	short_desc="${short_desc/Python2/Python3}"

From dafabd118b07bd23a058d6f37ff879b349d83f0a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 210/320] python-prompt_toolkit1: remove noarch.

---
 srcpkgs/python-prompt_toolkit1/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-prompt_toolkit1/template b/srcpkgs/python-prompt_toolkit1/template
index 70516738c27..028c7223b43 100644
--- a/srcpkgs/python-prompt_toolkit1/template
+++ b/srcpkgs/python-prompt_toolkit1/template
@@ -2,8 +2,7 @@
 pkgname=python-prompt_toolkit1
 reverts="2.0.9_1"
 version=1.0.18
-revision=1
-archs=noarch
+revision=3
 wrksrc="prompt_toolkit-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From b24c11c490a271bed4755c0900ff3c70f69c46e2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 211/320] python-prompt_toolkit2: remove noarch.

---
 srcpkgs/python-prompt_toolkit2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-prompt_toolkit2/template b/srcpkgs/python-prompt_toolkit2/template
index e0f00f41668..7608e11da38 100644
--- a/srcpkgs/python-prompt_toolkit2/template
+++ b/srcpkgs/python-prompt_toolkit2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-prompt_toolkit2'
 pkgname=python-prompt_toolkit2
 version=2.0.9
-revision=5
-archs=noarch
+revision=6
 build_style=meta
 short_desc="Python2 library for building command lines (removed package)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"

From 0b91d4481f19a3f44fd349ed13f4e5e04235e0b9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 212/320] python-proselint: remove noarch.

---
 srcpkgs/python-proselint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-proselint/template b/srcpkgs/python-proselint/template
index b1da90de474..e6ff7b57315 100644
--- a/srcpkgs/python-proselint/template
+++ b/srcpkgs/python-proselint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-proselint'
 pkgname=python-proselint
 version=0.10.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="proselint-${version}"
 build_style=python-module
 pycompile_module="proselint"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-proselint_package() {
-	archs=noarch
 	depends="python3-setuptools python3-click python3-future python3-six"
 	pycompile_module="proselint"
 	short_desc="${short_desc/Python2/Python3}"

From c25bcde74339730f933011839eb84d582c8672a1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 213/320] python-ptyprocess: remove noarch.

---
 srcpkgs/python-ptyprocess/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ptyprocess/template b/srcpkgs/python-ptyprocess/template
index fd2e51fa3ac..498f95cf268 100644
--- a/srcpkgs/python-ptyprocess/template
+++ b/srcpkgs/python-ptyprocess/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ptyprocess'
 pkgname=python-ptyprocess
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ptyprocess-${version}"
 build_style=python-module
 pycompile_module="ptyprocess"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-ptyprocess_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ptyprocess"
 	short_desc="${short_desc/Python2/Python3}"

From fab2d5811c91ee631972c43909d47de9d1cee3b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 214/320] python-pyPEG2: remove noarch.

---
 srcpkgs/python-pyPEG2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyPEG2/template b/srcpkgs/python-pyPEG2/template
index e9a10e88c15..e127d6b335e 100644
--- a/srcpkgs/python-pyPEG2/template
+++ b/srcpkgs/python-pyPEG2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyPEG2'
 pkgname=python-pyPEG2
 version=2.15.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
 checksum=2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d
 
 python3-pyPEG2_package() {
-	archs=noarch
 	depends="python3-lxml"
 	pycompile_module="pypeg2"
 	short_desc="${short_desc/Python2/Python3}"

From 645a9ab236bb20ed9138ae0fb74a638930a7c90e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 215/320] python-pyacoustid: remove noarch.

---
 srcpkgs/python-pyacoustid/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template
index d5b2d967f4e..9a22e6ad26f 100644
--- a/srcpkgs/python-pyacoustid/template
+++ b/srcpkgs/python-pyacoustid/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyacoustid'
 pkgname=python-pyacoustid
 version=1.1.5
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyacoustid-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyacoustid_package() {
-	archs=noarch
 	pycompile_module="acoustid.py chromaprint.py"
 	depends="chromaprint python3-audioread python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 3449e094e6cce89cd08c9a5ada480b30d482d5e0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 216/320] python-pyaes: remove noarch.

---
 srcpkgs/python-pyaes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyaes/template b/srcpkgs/python-pyaes/template
index f45976e5b0b..8cc0dd4d5db 100644
--- a/srcpkgs/python-pyaes/template
+++ b/srcpkgs/python-pyaes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyaes'
 pkgname=python-pyaes
 version=1.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyaes-${version}"
 build_style=python-module
 pycompile_module="pyaes"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyaes_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pyaes"
 	short_desc="${short_desc/Python2/Python3}"

From b895cb71f5efc17bf78739270f683827131413ca Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 217/320] python-pyasn1-modules: remove noarch.

---
 srcpkgs/python-pyasn1-modules/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index b180252b96d..1db99e291a9 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-pyasn1-modules_package() {
-	archs=noarch
 	depends="python3-pyasn1"
 	pycompile_module="pyasn1_modules"
 	short_desc="${short_desc/Python2/Python3}"

From c3e8c4f92b93ca62c78166273fcf36340dfa4ba2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 218/320] python-pyasn1: remove noarch.

---
 srcpkgs/python-pyasn1/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 7f50c81b281..95ed039b870 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyasn1_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 16e69bcc71d119449cc555ae6df3c485a412327a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 219/320] 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"

From 8a618600484bde3228122b37e8470206d77324bf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 220/320] python-pycountry: remove noarch.

---
 srcpkgs/python-pycountry/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template
index c4a4c9cafbd..12521114658 100644
--- a/srcpkgs/python-pycountry/template
+++ b/srcpkgs/python-pycountry/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pycountry'
 pkgname=python-pycountry
 version=19.8.18
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycountry-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
 checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
 
 python3-pycountry_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 201d3f4f42ed99f472b5202480cf932749b79bbd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 221/320] python-pycparser: remove noarch.

---
 srcpkgs/python-pycparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index d2e83aa79b2..ff4f32c404b 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=2
-archs=noarch
+revision=3
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-pycparser_package() {
-	archs=noarch
 	depends="python3-ply"
 	pycompile_module="pycparser"
 	short_desc="${short_desc/Python2/Python3}"

From c9ae54d5dc419fe6ac5052e622906417dd409bc3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 222/320] python-pydns: remove noarch.

---
 srcpkgs/python-pydns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pydns/template b/srcpkgs/python-pydns/template
index 50f97da8ede..21b64694428 100644
--- a/srcpkgs/python-pydns/template
+++ b/srcpkgs/python-pydns/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pydns'
 pkgname=python-pydns
 version=2.3.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="DNS"

From f9feffbff4e8df2d631c85570df46755c3dc9e21 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 223/320] python-pyelftools: remove noarch.

---
 srcpkgs/python-pyelftools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyelftools/template b/srcpkgs/python-pyelftools/template
index 193650442fc..a9d53a9d77d 100644
--- a/srcpkgs/python-pyelftools/template
+++ b/srcpkgs/python-pyelftools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyelftools'
 pkgname=python-pyelftools
 version=0.25
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyelftools-${version}"
 build_style=python-module
 pycompile_module="elftools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyelftools_package() {
-	archs=noarch
 	pycompile_module="elftools"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 369480151b72a0188909eaf5154318f69da35697 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 224/320] python-pyflakes: remove noarch.

---
 srcpkgs/python-pyflakes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyflakes/template b/srcpkgs/python-pyflakes/template
index 586cba32b89..7fcd8191ae8 100644
--- a/srcpkgs/python-pyflakes/template
+++ b/srcpkgs/python-pyflakes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyflakes'
 pkgname=python-pyflakes
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyflakes-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyflakes_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3"

From baee5fa149f98b25f9504bc77cc49b9b548aa044 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 225/320] python-pyglet: remove noarch.

---
 srcpkgs/python-pyglet/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index 397103c49f7..d3fc17b6a15 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pyglet_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 4539943719d36de632394e02008d18e61c557cc3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 226/320] python-pykka: remove noarch.

---
 srcpkgs/python-pykka/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template
index 512639c69c3..bb8f8c05b74 100644
--- a/srcpkgs/python-pykka/template
+++ b/srcpkgs/python-pykka/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pykka'
 pkgname=python-pykka
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Pykka-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
 checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
 
 python3-pykka_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 9fa64a6651aab4912aa64a9403f77b8e682dc232 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 227/320] python-pyotp: remove noarch.

---
 srcpkgs/python-pyotp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyotp/template b/srcpkgs/python-pyotp/template
index b70bd73d4aa..1669ea3f004 100644
--- a/srcpkgs/python-pyotp/template
+++ b/srcpkgs/python-pyotp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyotp'
 pkgname=python-pyotp
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyotp-${version}"
 build_style=python-module
 pycompile_module="pyotp"
@@ -26,7 +25,6 @@ post_install() {
 
 python3-pyotp_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="pyotp"
 	depends="python3"
 	pkg_install() {

From d92e95a71a4c50d6c827f30b243f706695e9695b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 228/320] python-pypcapfile: remove noarch.

---
 srcpkgs/python-pypcapfile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pypcapfile/template b/srcpkgs/python-pypcapfile/template
index 73b767f61c2..3f0f976a7ed 100644
--- a/srcpkgs/python-pypcapfile/template
+++ b/srcpkgs/python-pypcapfile/template
@@ -1,9 +1,8 @@
 # Template file for 'python-pypcapfile'
 pkgname=python-pypcapfile
 version=0.12.0
-revision=1
+revision=2
 wrksrc="pypcapfile-${version}"
-archs=noarch
 build_style=python2-module
 pycompile_module="pcapfile"
 hostmakedepends="python-setuptools"

From 62fbfe0b9a8cde50fd4c7c01bb9d1e44e1fd958d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 229/320] python-pyperclip: remove noarch.

---
 srcpkgs/python-pyperclip/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyperclip/template b/srcpkgs/python-pyperclip/template
index 1286923b906..dd54f0f58e9 100644
--- a/srcpkgs/python-pyperclip/template
+++ b/srcpkgs/python-pyperclip/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyperclip'
 pkgname=python-pyperclip
 version=1.8.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python-module
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-pyperclip_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From b31a030a3d5938452289688514e2fb1d54955c4d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 230/320] python-pyqtgraph: remove noarch.

---
 srcpkgs/python-pyqtgraph/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyqtgraph/template b/srcpkgs/python-pyqtgraph/template
index 1bea9c2ffdf..e7dbe4f46d8 100644
--- a/srcpkgs/python-pyqtgraph/template
+++ b/srcpkgs/python-pyqtgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyqtgraph'
 pkgname=python-pyqtgraph
 version=0.10.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyqtgraph"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyqtgraph_package() {
-	archs=noarch
 	depends="python3-PyQt5 python3-numpy python3-PyOpenGL"
 	pycompile_module="pyqtgraph"
 	short_desc="${short_desc/Python2/Python3}"

From 88733e6368259e066014826d5b6e97d01b387b9e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 231/320] python-pyrfc3339: remove noarch.

---
 srcpkgs/python-pyrfc3339/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyrfc3339/template b/srcpkgs/python-pyrfc3339/template
index cd81c4d0624..97c853b75ca 100644
--- a/srcpkgs/python-pyrfc3339/template
+++ b/srcpkgs/python-pyrfc3339/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyrfc3339'
 pkgname=python-pyrfc3339
 version=1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="pyrfc3339"
 wrksrc="pyRFC3339-${version}"
@@ -23,7 +22,6 @@ python3-pyrfc3339_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-pytz"
 	pycompile_module="pyrfc3339"
-	archs=noarch
 	pkg_install() {
 		vlicense LICENSE.txt LICENSE
 		vmove usr/lib/python3*

From bf0e39f5b47e0345cbbd9d3508e5e4b48f8751c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 232/320] python-pyserial: remove noarch.

---
 srcpkgs/python-pyserial/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index 354be493b16..f45d1aad246 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyserial_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="serial"
 	short_desc="${short_desc/Python2/Python3}"

From bac5b161725f28ebdbf5bbc5a5e2b51a02dd8148 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 233/320] python-pysocks: remove noarch.

---
 srcpkgs/python-pysocks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pysocks/template b/srcpkgs/python-pysocks/template
index ca508a4a7cc..6895a2a8827 100644
--- a/srcpkgs/python-pysocks/template
+++ b/srcpkgs/python-pysocks/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pysocks'
 pkgname=python-pysocks
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="PySocks-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pysocks_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7c5bc3541fbdec4ada393442983d4bb5abcca3e3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 234/320] python-pysrt: remove noarch.

---
 srcpkgs/python-pysrt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pysrt/template b/srcpkgs/python-pysrt/template
index be742c08ce4..bb57344711d 100644
--- a/srcpkgs/python-pysrt/template
+++ b/srcpkgs/python-pysrt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pysrt'
 pkgname=python-pysrt
 version=1.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysrt-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ checksum=b4f844ba33e4e7743e9db746492f3a193dc0bc112b153914698e7c1cdeb9b0b9
 alternatives="srt:srt:/usr/bin/srt2"
 
 python3-pysrt_package() {
-	archs=noarch
 	depends="python3 python3-chardet"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="srt:srt:/usr/bin/srt3"

From 9ac10a61882a569740a09123bab7190ee2146a7b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 235/320] python-pystache: remove noarch.

---
 srcpkgs/python-pystache/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index 893045b8998..ed0d09d544d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-pystache_package() {
-	archs=noarch
 	pycompile_module="pystache"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 6e7408668a47c27f52bd6901fdf37c3cc2615fbe Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 236/320] python-pyte: remove noarch.

---
 srcpkgs/python-pyte/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyte/template b/srcpkgs/python-pyte/template
index 1efc2f9a488..11a1dd80b8f 100644
--- a/srcpkgs/python-pyte/template
+++ b/srcpkgs/python-pyte/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyte'
 pkgname=python-pyte
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyte-${version}"
 build_style=python-module
 pycompile_module="pyte"
@@ -20,7 +19,6 @@ pre_build() {
 }
 
 python3-pyte_package() {
-	archs=noarch
 	pycompile_module="pyte"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-wcwidth"

From 9b6e79c06e403c8f1f778049fee7c4bddd6864a9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 237/320] python-pytest-fixture-config: remove noarch.

---
 srcpkgs/python-pytest-fixture-config/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pytest-fixture-config/template b/srcpkgs/python-pytest-fixture-config/template
index 14255af8a35..e277d8f3445 100644
--- a/srcpkgs/python-pytest-fixture-config/template
+++ b/srcpkgs/python-pytest-fixture-config/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest-fixture-config'
 pkgname=python-pytest-fixture-config
 version=1.3.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="pytest_fixture_config.py"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-pytest-fixture-config_package() {
-	archs=noarch
 	depends="python3-pytest"
 	pycompile_module="pytest_fixture_config.py"
 	short_desc="${short_desc/Python2/Python3}"

From 4f1c6149f6a324deec8263e65ac2bb39841d9af0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 238/320] python-pytest-mock: remove noarch.

---
 srcpkgs/python-pytest-mock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pytest-mock/template b/srcpkgs/python-pytest-mock/template
index 240e8773aaa..a7f9a70a131 100644
--- a/srcpkgs/python-pytest-mock/template
+++ b/srcpkgs/python-pytest-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest-mock'
 pkgname=python-pytest-mock
 version=1.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="pytest_mock.py _pytest_mock_version.py"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-pytest-mock_package() {
-	archs=noarch
 	depends="python3-pytest"
 	pycompile_module="pytest_mock.py _pytest_mock_version.py"
 	short_desc="${short_desc/Python2/Python3}"

From 64dfcc0d889429d470383d57b58f7165f3fd4cfd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 239/320] python-pytest: remove noarch.

---
 srcpkgs/python-pytest/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template
index 5e2ffe71b6e..4d0f26440c7 100644
--- a/srcpkgs/python-pytest/template
+++ b/srcpkgs/python-pytest/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest'
 pkgname=python-pytest
 version=4.6.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From a7372bb1b922321eb0d1369ea0fd79c5a5353e2c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 240/320] python-pyudev: remove noarch.

---
 srcpkgs/python-pyudev/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyudev/template b/srcpkgs/python-pyudev/template
index 2ec53088636..90042ba269a 100644
--- a/srcpkgs/python-pyudev/template
+++ b/srcpkgs/python-pyudev/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyudev'
 pkgname=python-pyudev
 version=0.21.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyudev-${version}"
 build_style=python-module
 pycompile_module="pyudev"
@@ -16,7 +15,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
 
 python3-pyudev_package() {
-	archs=noarch
 	depends="python3 python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 

From fe8c44fd0cc2cecf7d33f1394f2486df9fd54c20 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 241/320] python-pyx: remove noarch.

---
 srcpkgs/python-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pyx/template b/srcpkgs/python-pyx/template
index 1ece52764ab..98cdd081f64 100644
--- a/srcpkgs/python-pyx/template
+++ b/srcpkgs/python-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyx'
 pkgname=python-pyx
 version=0.12.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="PyX-${version}"
 build_style=python2-module
 pycompile_module="pyx"

From 8ea4205d907c04fbe1fd00acd12a3ae2eca0baaf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 242/320] python-pyzbar: remove noarch.

---
 srcpkgs/python-pyzbar/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyzbar/template b/srcpkgs/python-pyzbar/template
index 35b568eb4e6..cd953df9d58 100644
--- a/srcpkgs/python-pyzbar/template
+++ b/srcpkgs/python-pyzbar/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyzbar'
 pkgname=python-pyzbar
 version=0.1.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyzbar-${version}"
 build_style=python-module
 pycompile_module="pyzbar"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-pyzbar_package() {
-	archs=noarch
 	pycompile_module="pyzbar"
 	depends="libzbar python3"
 	alternatives="pyzbar:read_zbar:/usr/bin/read_zbar.py3"

From e48fc298cfc6467461bd44ac7e2a11cd5d721c8e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 243/320] python-qrcode: remove noarch.

---
 srcpkgs/python-qrcode/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template
index bf35c82757e..7299de35e7e 100644
--- a/srcpkgs/python-qrcode/template
+++ b/srcpkgs/python-qrcode/template
@@ -1,8 +1,7 @@
 # Template file for 'python-qrcode'
 pkgname=python-qrcode
 version=6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="qrcode-${version}"
 build_style=python-module
 pycompile_module="qrcode"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-qrcode_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="qrcode"
 	short_desc="${short_desc/Python2/Python3}"

From 9453d18b90fbd72c4892d1fd0518d1645fa0d699 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 244/320] python-random2: remove noarch.

---
 srcpkgs/python-random2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-random2/template b/srcpkgs/python-random2/template
index 2603cae3584..df442957ea1 100644
--- a/srcpkgs/python-random2/template
+++ b/srcpkgs/python-random2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-random2'
 pkgname=python-random2
 version=1.0.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="random2-${version}"
 build_style=python-module
 pycompile_module="random2.py"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/random2/random2-${version}.zip"
 checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
 
 python3-random2_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="random2.py"
 	pkg_install() {

From cb18b0906d497013055a4e47e5f69baf654cbbcd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 245/320] python-rarfile: remove noarch.

---
 srcpkgs/python-rarfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rarfile/template b/srcpkgs/python-rarfile/template
index 83ff75c6e03..564de07401d 100644
--- a/srcpkgs/python-rarfile/template
+++ b/srcpkgs/python-rarfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rarfile'
 pkgname=python-rarfile
 version=4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="rarfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-rarfile_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1e0e7b00b3e73940d5b4703523a2bf20b43fff04 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 246/320] python-raven: remove noarch.

---
 srcpkgs/python-raven/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-raven/template b/srcpkgs/python-raven/template
index 87382c21602..6962b3d84e5 100644
--- a/srcpkgs/python-raven/template
+++ b/srcpkgs/python-raven/template
@@ -1,8 +1,7 @@
 # Template file for 'python-raven'
 pkgname=python-raven
 version=6.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="raven-${version}"
 build_style=python-module
 pycompile_module="raven"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-raven_package() {
-	archs=noarch
 	pycompile_module="raven"
 	depends="ca-certificates python3-setuptools"
 	alternatives="raven:raven:/usr/bin/raven3"

From 44285d4cb189dc508e4fe2c34b2fc32776155c62 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 247/320] python-rdflib: remove noarch.

---
 srcpkgs/python-rdflib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index f676dedfb2f..8437ac417c4 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -33,7 +32,6 @@ python3-rdflib_package() {
 	 rdflib:rdfgraphisomorphism:/usr/bin/rdfgraphisomorphism3
 	 rdflib:rdfpipe:/usr/bin/rdfpipe3
 	 rdflib:rdfs2dot:/usr/bin/rdfs2dot3"
-	archs=noarch
 	depends="python3-setuptools python3-isodate python3-parsing"
 	pycompile_module="rdflib"
 	short_desc="${short_desc/Python2/Python3}"

From 047c129f78351b1a39e8fa47be7b253bee3b743d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 248/320] python-readability-lxml: remove noarch.

---
 srcpkgs/python-readability-lxml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
index ace92da477b..5bbcc47940b 100644
--- a/srcpkgs/python-readability-lxml/template
+++ b/srcpkgs/python-readability-lxml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-readability-lxml'
 pkgname=python-readability-lxml
 version=0.8.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="readability-lxml-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
 checksum=e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1
 
 python3-readability-lxml_package() {
-	archs=noarch
 	depends="python3-lxml"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 4e13abf313232dea15c49687739a47f46a79e4f3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 249/320] python-rebulk: remove noarch.

---
 srcpkgs/python-rebulk/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template
index 3bc58c3a7dd..44fd9208175 100644
--- a/srcpkgs/python-rebulk/template
+++ b/srcpkgs/python-rebulk/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rebulk'
 pkgname=python-rebulk
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="rebulk-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-rebulk_package() {
-	archs=noarch
 	depends="python3 python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2f78cea0078d7744756490e6fb606ae78f2f2a87 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 250/320] python-redis: remove noarch.

---
 srcpkgs/python-redis/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template
index 68eb4ee09e9..0c50b053edc 100644
--- a/srcpkgs/python-redis/template
+++ b/srcpkgs/python-redis/template
@@ -1,8 +1,7 @@
 # Template file for 'python-redis'
 pkgname=python-redis
 version=3.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="redis-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-redis_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 0de584f1d254b62b5c9b8da21b40094b12022121 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 251/320] python-requests-mock: remove noarch.

---
 srcpkgs/python-requests-mock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-mock/template b/srcpkgs/python-requests-mock/template
index 2d1410fcd1b..fa6fdbfadff 100644
--- a/srcpkgs/python-requests-mock/template
+++ b/srcpkgs/python-requests-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-mock'
 pkgname=python-requests-mock
 version=1.5.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="requests-mock-${version}"
 build_style=python-module
 pycompile_module="requests_mock"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/requests-mock/requests-mock-${version}.tar.gz"
 checksum=7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb
 
 python3-requests-mock_package() {
-	archs=noarch
 	pycompile_module="requests_mock"
 	depends="python3-requests python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 72fbbda6714ac1c6031349cd6edbfe93aed44bbf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 252/320] python-requests-oauthlib: remove noarch.

---
 srcpkgs/python-requests-oauthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-oauthlib/template b/srcpkgs/python-requests-oauthlib/template
index e3e824b35b1..f04ba1d788d 100644
--- a/srcpkgs/python-requests-oauthlib/template
+++ b/srcpkgs/python-requests-oauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-oauthlib'
 pkgname=python-requests-oauthlib
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="requests_oauthlib"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-requests-oauthlib_package() {
-	archs=noarch
 	depends="python3-requests python3-oauthlib"
 	pycompile_module="requests_oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From f0dda248d54d1eae181846ca8ac4b752e5b53ec7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 253/320] python-requests-toolbelt: remove noarch.

---
 srcpkgs/python-requests-toolbelt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-toolbelt/template b/srcpkgs/python-requests-toolbelt/template
index 13a81586221..07056675593 100644
--- a/srcpkgs/python-requests-toolbelt/template
+++ b/srcpkgs/python-requests-toolbelt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-toolbelt'
 pkgname=python-requests-toolbelt
 version=0.9.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="requests_toolbelt"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/requests-toolbelt/requests-toolbelt-${version}.tar.gz"
 checksum=968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0
 
 python3-requests-toolbelt_package() {
-	archs=noarch
 	pycompile_module="requests_toolbelt"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 197967b732524af749ef993853a0f00255b99938 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 254/320] python-requests: remove noarch.

---
 srcpkgs/python-requests/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 1bd9f51333c..3222c5bed2c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ pre_build() {
 }
 
 python3-requests_package() {
-	archs=noarch
 	depends="ca-certificates python3-chardet python3-urllib3 python3-idna"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e2b39c4fee0611d920f9aac301d5bb148b767229 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 255/320] python-rfc6555: remove noarch.

---
 srcpkgs/python-rfc6555/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index 2522872cc32..e310dfdabf0 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/rfc6555/rfc6555-${version}.tar.gz"
 checksum=191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217
 
 python3-rfc6555_package() {
-	archs=noarch
 	pycompile_module="rfc6555"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 23a51dff9b184cc6d346107c80f1980b01787980 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 256/320] python-ripe-atlas-cousteau: remove noarch.

---
 srcpkgs/python-ripe-atlas-cousteau/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ripe-atlas-cousteau/template b/srcpkgs/python-ripe-atlas-cousteau/template
index 72f32a9da0d..fd924aa3774 100644
--- a/srcpkgs/python-ripe-atlas-cousteau/template
+++ b/srcpkgs/python-ripe-atlas-cousteau/template
@@ -1,9 +1,8 @@
 # Template file for 'python-ripe-atlas-cousteau'
 pkgname=python-ripe-atlas-cousteau
 version=1.4.2
-revision=2
+revision=3
 build_style=python-module
-archs=noarch
 pycompile_module="ripe/atlas/cousteau"
 wrksrc="ripe-atlas-cousteau-${version}"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ checksum=91bfaaafe7561ccc7b91f555a5004c467d615b9f404739496a4ed6a22fcb07b7
 
 python3-ripe-atlas-cousteau_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="ripe/atlas/cousteau"
 	depends="python3-dateutil python3-socketIO-client"
 	pkg_install() {

From 62c755b00a00e17b2880ee4d09d1bfabf67030b4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 257/320] python-ripe-atlas-sagan: remove noarch.

---
 srcpkgs/python-ripe-atlas-sagan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ripe-atlas-sagan/template b/srcpkgs/python-ripe-atlas-sagan/template
index 22abb48af46..5c8d2821206 100644
--- a/srcpkgs/python-ripe-atlas-sagan/template
+++ b/srcpkgs/python-ripe-atlas-sagan/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ripe-atlas-sagan'
 pkgname=python-ripe-atlas-sagan
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python-module
 pycompile_module="ripe/atlas/sagan"

From 04469b7b2ea7966e076d840fc9b64146ff0f4a07 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 258/320] python-rsa: remove noarch.

---
 srcpkgs/python-rsa/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rsa/template b/srcpkgs/python-rsa/template
index 11e9bf2c60d..e60c367fa3d 100644
--- a/srcpkgs/python-rsa/template
+++ b/srcpkgs/python-rsa/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rsa'
 pkgname=python-rsa
 version=4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="rsa"
@@ -31,7 +30,6 @@ python3-rsa_package() {
 	 rsa:pyrsa-priv2pub:/usr/bin/pyrsa-priv2pub3
 	 rsa:pyrsa-sign:/usr/bin/pyrsa-sign3
 	 rsa:pyrsa-verify:/usr/bin/pyrsa-verify3"
-	archs=noarch
 	pycompile_module="rsa"
 	depends="python3-setuptools python3-pyasn1"
 	short_desc="${short_desc/Python2/Python3}"

From 23b6a6fe4ee0c7d0bdecc221ce54a1feb0666e6e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 259/320] python-s3transfer: remove noarch.

---
 srcpkgs/python-s3transfer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-s3transfer/template b/srcpkgs/python-s3transfer/template
index 29aba6cc68b..67f264fecb5 100644
--- a/srcpkgs/python-s3transfer/template
+++ b/srcpkgs/python-s3transfer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-s3transfer'
 pkgname=python-s3transfer
 version=0.3.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="s3transfer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz"
 checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
 
 python3-s3transfer_package() {
-	archs=noarch
 	depends="python3-botocore"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From c001e8231213480a6fc24cd8a17ec02e5cd9d985 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 260/320] python-scour: remove noarch.

---
 srcpkgs/python-scour/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-scour/template b/srcpkgs/python-scour/template
index 0db5b157ce1..21da7d0c757 100644
--- a/srcpkgs/python-scour/template
+++ b/srcpkgs/python-scour/template
@@ -1,8 +1,7 @@
 # Template file for 'python-scour'
 pkgname=python-scour
 version=0.37
-revision=2
-archs=noarch
+revision=3
 wrksrc="scour-${version}"
 build_style=python-module
 pycompile_module="scour"
@@ -23,7 +22,6 @@ do_check() {
 }
 
 python3-scour_package() {
-	archs=noarch
 	pycompile_module="scour"
 	depends="python3-setuptools python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 3439cd7dcfe215906ad46b09694d0ee923ec48e4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 261/320] python-selectors2: remove noarch.

---
 srcpkgs/python-selectors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-selectors2/template b/srcpkgs/python-selectors2/template
index 1ad45d8e7d3..8b4191943bd 100644
--- a/srcpkgs/python-selectors2/template
+++ b/srcpkgs/python-selectors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-selectors2'
 pkgname=python-selectors2
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="selectors2-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 8ed7153cd399e3cd79b12400b8b9d1dc7aeabd2b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 262/320] python-send2trash: remove noarch.

---
 srcpkgs/python-send2trash/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-send2trash/template b/srcpkgs/python-send2trash/template
index 94f56545695..39edc920748 100644
--- a/srcpkgs/python-send2trash/template
+++ b/srcpkgs/python-send2trash/template
@@ -1,8 +1,7 @@
 # Template file for 'python-send2trash'
 pkgname=python-send2trash
 version=1.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="send2trash-${version}"
 build_style=python-module
 pycompile_module="send2trash"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-send2trash_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="send2trash"
 	short_desc="${short_desc/Python2/Python3}"

From 380eb5aae09caade6de2f391b00f03c4ddb1b470 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 263/320] python-serpent: remove noarch.

---
 srcpkgs/python-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
index 658802bef0d..aa1728ddf35 100644
--- a/srcpkgs/python-serpent/template
+++ b/srcpkgs/python-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python-serpent'
 pkgname=python-serpent
 version=1.28
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 7d6bd4a2a4def26bf62405193fdd40e9245bc468 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 264/320] python-service_identity: remove noarch.

---
 srcpkgs/python-service_identity/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index e21a1520a75..88eb3ae4d15 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,8 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-service_identity_package() {
-	archs=noarch
 	depends="python3-attrs python3-pyasn1-modules python3-cryptography"
 	pycompile_module="service_identity"
 	short_desc="${short_desc/Python2/Python3}"

From c07a2a589959de2e1e3482f928796162cf8ced80 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 265/320] python-setuptools: remove noarch.

---
 srcpkgs/python-setuptools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template
index d71e746e12e..36f0733afa3 100644
--- a/srcpkgs/python-setuptools/template
+++ b/srcpkgs/python-setuptools/template
@@ -3,8 +3,7 @@ pkgname=python-setuptools
 # https://github.com/pypa/setuptools/issues/1458
 # python2 support for setuptools ended at 44.0.0
 version=44.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python2-module
 hostmakedepends="python-devel"

From e41069173b5ae5739a5442eca4716a20cbcdeaf9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 266/320] python-sh: remove noarch.

---
 srcpkgs/python-sh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sh/template b/srcpkgs/python-sh/template
index 16de6daf662..c5d89c1e636 100644
--- a/srcpkgs/python-sh/template
+++ b/srcpkgs/python-sh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sh'
 pkgname=python-sh
 version=1.13.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-sh_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 6123971e6335cb71dfb8604ba25f6ec23c574a0f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 267/320] python-simplebayes: remove noarch.

---
 srcpkgs/python-simplebayes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-simplebayes/template b/srcpkgs/python-simplebayes/template
index 6c95222fa7e..aedd45d59e4 100644
--- a/srcpkgs/python-simplebayes/template
+++ b/srcpkgs/python-simplebayes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-simplebayes'
 pkgname=python-simplebayes
 version=1.5.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="simplebayes-${version}"
 build_style=python-module
 pycompile_module="simplebayes"
@@ -22,7 +21,6 @@ post_install() {
 python3-simplebayes_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="simplebayes"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 01f87622217749a9af221eb0cbc7143972af2a44 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 268/320] python-simplegeneric: remove noarch.

---
 srcpkgs/python-simplegeneric/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-simplegeneric/template b/srcpkgs/python-simplegeneric/template
index f352387fa1f..268b8e497dd 100644
--- a/srcpkgs/python-simplegeneric/template
+++ b/srcpkgs/python-simplegeneric/template
@@ -1,8 +1,7 @@
 # Template file for 'python-simplegeneric'
 pkgname=python-simplegeneric
 version=0.8.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="simplegeneric-${version}"
 build_style=python-module
 hostmakedepends="unzip python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip"
 checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
 
 python3-simplegeneric_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="simplegeneric.py"
 	short_desc="${short_desc/Python2/Python3}"

From cc820e2c83763699729d610dfecb06d4bd27157e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 269/320] python-singledispatch: remove noarch.

---
 srcpkgs/python-singledispatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-singledispatch/template b/srcpkgs/python-singledispatch/template
index 9da989105f8..e119ca189ef 100644
--- a/srcpkgs/python-singledispatch/template
+++ b/srcpkgs/python-singledispatch/template
@@ -1,8 +1,7 @@
 # Template file for 'python-singledispatch'
 pkgname=python-singledispatch
 version=3.4.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="singledispatch-${version}"
 build_style=python2-module
 pycompile_module="singledispatch.py singledispatch_helpers.py"

From aa5ecaf1b19e45fc7b5a53fffe0898e41529ce1b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 270/320] python-six: remove noarch.

---
 srcpkgs/python-six/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index 7fde8bc856b..d1b862cd9c7 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,8 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ do_check() {
 }
 
 python3-six_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 17743894d0f9d092fa2b46118945f73f292b45a6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 271/320] python-smmap: remove noarch.

---
 srcpkgs/python-smmap/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-smmap/template b/srcpkgs/python-smmap/template
index 8c8ea952285..5e9ae702f65 100644
--- a/srcpkgs/python-smmap/template
+++ b/srcpkgs/python-smmap/template
@@ -1,8 +1,7 @@
 # Template file for 'python-smmap'
 pkgname=python-smmap
 version=2.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="smmap-${version}"
 build_style=python-module
 pycompile_module="smmap"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-smmap_package() {
-	archs=noarch
 	pycompile_module="smmap"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From dd8b6573246e6eee7b8d14931b29f71284067b50 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 272/320] python-snowballstemmer: remove noarch.

---
 srcpkgs/python-snowballstemmer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-snowballstemmer/template b/srcpkgs/python-snowballstemmer/template
index 221478860e5..24983c37fd5 100644
--- a/srcpkgs/python-snowballstemmer/template
+++ b/srcpkgs/python-snowballstemmer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-snowballstemmer'
 pkgname=python-snowballstemmer
 version=1.2.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="snowballstemmer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
 checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
 
 python3-snowballstemmer_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="snowballstemmer"
 	short_desc="${short_desc/Python2/Python3}"

From a1727c1c4f119b6b41fcea75d46805ffb67e8ae6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 273/320] python-socketIO-client: remove noarch.

---
 srcpkgs/python-socketIO-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-socketIO-client/template b/srcpkgs/python-socketIO-client/template
index 9495d7cf40b..b69270da1b3 100644
--- a/srcpkgs/python-socketIO-client/template
+++ b/srcpkgs/python-socketIO-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-socketIO-client'
 pkgname=python-socketIO-client
 version=0.7.2
-revision=3
-archs=noarch
+revision=4
 build_style=python-module
 pycompile_module="socketIO_client"
 wrksrc="socketIO-client-${version}"
@@ -22,7 +21,6 @@ post_install() {
 python3-socketIO-client_package() {
 	depends="python3-requests python3-six python3-websocket-client"
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="socketIO_client"
 	pkg_install() {
 		vmove usr/lib/python3*

From 39f599a6ba5f101b9d34a3086877189e1d7102cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 274/320] python-soupsieve: remove noarch.

---
 srcpkgs/python-soupsieve/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-soupsieve/template b/srcpkgs/python-soupsieve/template
index 062cc3e6a8a..de4cbe25cd3 100644
--- a/srcpkgs/python-soupsieve/template
+++ b/srcpkgs/python-soupsieve/template
@@ -1,8 +1,7 @@
 # Template file for 'python-soupsieve'
 pkgname=python-soupsieve
 version=1.9.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="soupsieve-${version}"
 build_style=python-module
 pycompile_module="soupsieve"
@@ -34,7 +33,6 @@ post_install() {
 }
 
 python3-soupsieve_package() {
-	archs=noarch
 	pycompile_module="soupsieve"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From cb2dd283630e5ce202720bfc6bc161830e73d633 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 275/320] python-spambayes: remove noarch.

---
 srcpkgs/python-spambayes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-spambayes/template b/srcpkgs/python-spambayes/template
index 9a85558c1d3..ecd1af3149e 100644
--- a/srcpkgs/python-spambayes/template
+++ b/srcpkgs/python-spambayes/template
@@ -1,9 +1,8 @@
 # Template file for 'python-spambayes'
 pkgname=python-spambayes
 version=1.1b3
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
-archs=noarch
 build_style=python2-module
 hostmakedepends="python-setuptools"
 depends="python-lockfile python-pydns"

From 1df4ea45f31b440111b9d04c5ca469c228cc8937 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 276/320] python-sqlalchemy-migrate: remove noarch.

---
 srcpkgs/python-sqlalchemy-migrate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index bb002660c0f..8b3172216b0 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"
@@ -27,7 +26,6 @@ python3-sqlalchemy-migrate_package() {
 	alternatives="
 	 migrate:migrate-repository:/usr/bin/migrate-repository3
 	 migrate:migrate:/usr/bin/migrate3"
-	archs=noarch
 	depends="python3-pbr python3-SQLAlchemy python3-decorator python3-six
 	 python3-sqlparse python3-tempita"
 	pycompile_module="migrate"

From f0edfc78afce7c7076415bfcfd50df504c2a3839 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 277/320] python-sqlparse: remove noarch.

---
 srcpkgs/python-sqlparse/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 0f8c6f8ea2e..7cbaee84385 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-sqlparse_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="sqlparse"
 	short_desc="${short_desc/Python2/Python3}"

From 6a3ad44f0eda59fc52d4853e4bce3333ec16964f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 278/320] python-stem: remove noarch.

---
 srcpkgs/python-stem/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template
index 97bb4b48cb6..aeed80169d7 100644
--- a/srcpkgs/python-stem/template
+++ b/srcpkgs/python-stem/template
@@ -1,8 +1,7 @@
 # Template file for 'python-stem'
 pkgname=python-stem
 version=1.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stem-${version/b/}"
 build_style=python-module
 pycompile_module="stem"
@@ -18,7 +17,6 @@ checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
 alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
 
 python3-stem_package() {
-	archs=noarch
 	depends="python3-cryptography"
 	pycompile_module="stem"
 	short_desc="${short_desc/Python2/Python3}"

From 8a33dd73720dd91e68963498655dfd8c47316910 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 279/320] python-stormssh: remove noarch.

---
 srcpkgs/python-stormssh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-stormssh/template b/srcpkgs/python-stormssh/template
index 11f63f67bba..0c1757943f8 100644
--- a/srcpkgs/python-stormssh/template
+++ b/srcpkgs/python-stormssh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-stormssh'
 pkgname=python-stormssh
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=storm-${version}
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-stormssh_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-paramiko python3-termcolor python3-Flask"
 	pycompile_module="storm"
 	short_desc="${short_desc/Python2/Python3}"

From 49c450b006e6b21e7a7cf0078209150543e978e8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 280/320] python-tempita: remove noarch.

---
 srcpkgs/python-tempita/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index c1c75ee1cac..1d580085566 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=4
-archs=noarch
+revision=5
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/T/Tempita/Tempita-${version}.tar.gz"
 checksum=cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c
 
 python3-tempita_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="tempita"
 	short_desc="${short_desc/Python2/Python3}"

From 4379dc8542b6a903c132a5f7b1383d2ef9506ad6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 281/320] python-tempora: remove noarch.

---
 srcpkgs/python-tempora/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tempora/template b/srcpkgs/python-tempora/template
index 194dc2718e5..dda4362bec9 100644
--- a/srcpkgs/python-tempora/template
+++ b/srcpkgs/python-tempora/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tempora'
 pkgname=python-tempora
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="tempora-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-tempora_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-pytz"
 	alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 	short_desc="${short_desc/Python2/Python3}"

From c27cc3b1d30177cc05c82a80e070d4ffeb970f2e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 282/320] python-termcolor: remove noarch.

---
 srcpkgs/python-termcolor/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template
index 73c18fc79eb..96f8ff869d1 100644
--- a/srcpkgs/python-termcolor/template
+++ b/srcpkgs/python-termcolor/template
@@ -1,8 +1,7 @@
 # Template file for 'python-termcolor'
 pkgname=python-termcolor
 version=1.1.0
-revision=6
-archs=noarch
+revision=7
 wrksrc="termcolor-${version}"
 build_style=python-module
 hostmakedepends="python-devel python3-devel"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-termcolor_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="termcolor.py"
 	short_desc="${short_desc/Python2/Python3}"

From 0ae0e3fbac82d375df316a53af5b22928532610d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 283/320] python-terminado: remove noarch.

---
 srcpkgs/python-terminado/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-terminado/template b/srcpkgs/python-terminado/template
index d649364d88d..e28fcc6f9fa 100644
--- a/srcpkgs/python-terminado/template
+++ b/srcpkgs/python-terminado/template
@@ -1,8 +1,7 @@
 # Template file for 'python-terminado'
 pkgname=python-terminado
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminado-${version}"
 build_style=python-module
 pycompile_module="terminado"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-terminado_package() {
-	archs=noarch
 	depends="python3-ptyprocess python3-tornado"
 	pycompile_module="terminado"
 	short_desc="${short_desc/Python2/Python3}"

From 7cfefe084e29db55856d4b35c40a73c5d9cda0cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 284/320] python-testpath: remove noarch.

---
 srcpkgs/python-testpath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-testpath/template b/srcpkgs/python-testpath/template
index abfc59900c0..8bd4c708ace 100644
--- a/srcpkgs/python-testpath/template
+++ b/srcpkgs/python-testpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-testpath'
 pkgname=python-testpath
 version=0.4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="testpath-${version}"
 build_style=python-module
 pycompile_module="testpath"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-testpath_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="testpath"
 	short_desc="${short_desc/Python2/Python3}"

From 7d63846613f42df48f716910cc9199fbb9c4fa22 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 285/320] python-texttable: remove noarch.

---
 srcpkgs/python-texttable/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-texttable/template b/srcpkgs/python-texttable/template
index 24bac87af6a..97f34f31824 100644
--- a/srcpkgs/python-texttable/template
+++ b/srcpkgs/python-texttable/template
@@ -1,8 +1,7 @@
 # Template file for 'python-texttable'
 pkgname=python-texttable
 version=1.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="texttable-${version}"
 build_style=python-module
 pycompile_module="texttable.py"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-texttable_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="texttable.py"
 	short_desc="${short_desc/Python2/Python3}"

From fa1c45225cf223d3f26c631a4f6a1c2cbd7e3b45 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 286/320] python-tkinter: remove noarch.

---
 srcpkgs/python-tkinter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template
index f2b6d0bacf1..d2d21982493 100644
--- a/srcpkgs/python-tkinter/template
+++ b/srcpkgs/python-tkinter/template
@@ -8,7 +8,7 @@ _desc="Interpreted, interactive, object-oriented programming language"
 
 pkgname=python-tkinter
 version=2.7.18
-revision=1
+revision=2
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python2.7/lib-tk"
 hostmakedepends="pkg-config"
@@ -76,7 +76,6 @@ do_install() {
 }
 
 idle-python_package() {
-	archs=noarch
 	short_desc="${_desc} - IDE for Python2 using Tkinter"
 	pycompile_dirs="usr/lib/python2.7/idlelib"
 	depends="${sourcepkg}-${version}_${revision}"

From d89c0a68ca8c9edfe4a50df2369b95dbe70c3f60 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 287/320] python-tmuxp: remove noarch.

---
 srcpkgs/python-tmuxp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tmuxp/template b/srcpkgs/python-tmuxp/template
index 812d80343cc..dbea3ccd210 100644
--- a/srcpkgs/python-tmuxp/template
+++ b/srcpkgs/python-tmuxp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tmuxp'
 pkgname=python-tmuxp
 version=1.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="tmuxp-${version}"
 build_style=python-module
 pycompile_module="tmuxp"
@@ -28,7 +27,6 @@ post_install() {
 }
 
 python3-tmuxp_package() {
-	archs=noarch
 	pycompile_module="tmuxp"
 	depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux"
 	short_desc="${short_desc/Python2/Python3}"

From e3a025a7edb26260748880992f728d838a25f78d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 288/320] python-toml: remove noarch.

---
 srcpkgs/python-toml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-toml/template b/srcpkgs/python-toml/template
index 2fd6eaa0cea..70fcb304b16 100644
--- a/srcpkgs/python-toml/template
+++ b/srcpkgs/python-toml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-toml'
 pkgname=python-toml
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="toml-${version}"
 build_style=python-module
 pycompile_module="toml"
@@ -20,7 +19,6 @@ pkg_install() {
 }
 
 python3-toml_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="toml"
 	short_desc=${short_desc/Python2/Python3}

From 5c19b8a3059d1b3e30a77dec263bca919e9f7b88 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 289/320] python-tqdm: remove noarch.

---
 srcpkgs/python-tqdm/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tqdm/template b/srcpkgs/python-tqdm/template
index f7ee7d037af..5ad9c46bed9 100644
--- a/srcpkgs/python-tqdm/template
+++ b/srcpkgs/python-tqdm/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tqdm'
 pkgname=python-tqdm
 version=4.48.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tqdm-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -27,7 +26,6 @@ python3-tqdm_package() {
 	alternatives="
 	 tqdm:tqdm:/usr/bin/tqdm3
 	 tqdm:tqdm.1:/usr/share/man/man1/tqdm3.1"
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/2/3}"
 	pkg_install() {

From 7198b231905e552d006451c7bda4bbaef0772a89 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 290/320] python-tracing: remove noarch.

---
 srcpkgs/python-tracing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-tracing/template b/srcpkgs/python-tracing/template
index 4408f31be9f..086f0f57a6e 100644
--- a/srcpkgs/python-tracing/template
+++ b/srcpkgs/python-tracing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tracing'
 pkgname=python-tracing
 version=0.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-tracing-tracing-${version}"
 build_style=python2-module
 pycompile_module="tracing"

From 739db79c26a5ca784f0cf80f5fceda350feccaa3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 291/320] python-ttystatus: remove noarch.

---
 srcpkgs/python-ttystatus/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ttystatus/template b/srcpkgs/python-ttystatus/template
index 2df1a81c9be..87b83e761f7 100644
--- a/srcpkgs/python-ttystatus/template
+++ b/srcpkgs/python-ttystatus/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ttystatus'
 pkgname=python-ttystatus
 version=0.38
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="ttystatus"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version
 checksum=e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628
 
 python3-ttystatus_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ttystatus"
 	short_desc="${short_desc/Python2/Python3}"

From 323cb7d45c0c65216d8d8d4c3dd807babc4e7350 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 292/320] python-tweepy: remove noarch.

---
 srcpkgs/python-tweepy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tweepy/template b/srcpkgs/python-tweepy/template
index 2487511922a..3367d4ec87a 100644
--- a/srcpkgs/python-tweepy/template
+++ b/srcpkgs/python-tweepy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tweepy'
 pkgname=python-tweepy
 version=3.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="tweepy-${version}"
 build_style=python-module
 pycompile_module="tweepy"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-tweepy_package() {
-	archs=noarch
 	pycompile_module="tweepy"
 	depends="python3-requests-oauthlib python3-six python3-pysocks"
 	short_desc="${short_desc/Python2/Python3}"

From 307b654a2eedca4b07f6e99e7b1938a179c462ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 293/320] python-twitter: remove noarch.

---
 srcpkgs/python-twitter/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-twitter/template b/srcpkgs/python-twitter/template
index e5e7194078a..d8b209b8fb9 100644
--- a/srcpkgs/python-twitter/template
+++ b/srcpkgs/python-twitter/template
@@ -1,8 +1,7 @@
 # Template file for 'python-twitter'
 pkgname=python-twitter
 version=3.5
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="twitter"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ pre_build() {
 }
 
 python3-twitter_package() {
-	archs=noarch
 	pycompile_module="twitter"
 	depends="python3-future python3-requests python3-requests-oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From 54b89c5efd96b6eda34aaeb9d6d4b9a7d2ec86e4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 294/320] python-txgithub: remove noarch.

---
 srcpkgs/python-txgithub/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template
index e33466d59e3..2e8e2c2ce9f 100644
--- a/srcpkgs/python-txgithub/template
+++ b/srcpkgs/python-txgithub/template
@@ -1,8 +1,7 @@
 # Template file for 'python-txgithub'
 pkgname=python-txgithub
 version=15.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="txgithub"

From dc5d70db272e3940c523df9cfef134b4f2e9d2a2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 295/320] python-typing: remove noarch.

---
 srcpkgs/python-typing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-typing/template b/srcpkgs/python-typing/template
index dce911b6b1a..cd2d8ddd2c4 100644
--- a/srcpkgs/python-typing/template
+++ b/srcpkgs/python-typing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-typing'
 pkgname=python-typing
 version=3.6.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="typing-${version}"
 build_style=python2-module
 pycompile_module="typing.py"

From f14c4534ad479336af42bc5a9f638a89a4c1deb5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 296/320] python-unittest-mixins: remove noarch.

---
 srcpkgs/python-unittest-mixins/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-unittest-mixins/template b/srcpkgs/python-unittest-mixins/template
index 2ff5c497523..83053849864 100644
--- a/srcpkgs/python-unittest-mixins/template
+++ b/srcpkgs/python-unittest-mixins/template
@@ -1,8 +1,7 @@
 # Template file for 'python-unittest-mixins'
 pkgname=python-unittest-mixins
 version=1.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="unittest_mixins"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/u/unittest-mixins/unittest-mixins-${version}.tar.gz"
 checksum=05363abe099f0724b7bb6d71d0ce1046078c868cb10b3f1ebdf3ca6593c52507
 
 python3-unittest-mixins_package() {
-	archs=noarch
 	pycompile_module="unittest_mixins"
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 69a077b53f7752d92334752d54e7d202596e81d6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 297/320] python-urbandict: remove noarch.

---
 srcpkgs/python-urbandict/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urbandict/template b/srcpkgs/python-urbandict/template
index 0808a11e98d..816850bcc5c 100644
--- a/srcpkgs/python-urbandict/template
+++ b/srcpkgs/python-urbandict/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urbandict'
 pkgname=python-urbandict
 version=0.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="urbandict-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ checksum=a19685ffa2450bea2df9bf328a6ce7c3c1e2213c95171ae2263b987cc54d201b
 alternatives="urbandicli:urbandicli:/usr/bin/urbandicli2"
 
 python3-urbandict_package() {
-	archs=noarch
 	alternatives="urbandicli:urbandicli:/usr/bin/urbandicli3"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3"

From b40ca354d35bf33d40e4e94a8d5a56514c1914cd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 298/320] python-uritemplate: remove noarch.

---
 srcpkgs/python-uritemplate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-uritemplate/template b/srcpkgs/python-uritemplate/template
index 5a44f7e24af..eb358488bc7 100644
--- a/srcpkgs/python-uritemplate/template
+++ b/srcpkgs/python-uritemplate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-uritemplate'
 pkgname=python-uritemplate
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-uritemplate_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 24bf935cabd1bace72d909226c208a48b570567f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 299/320] python-urllib3: remove noarch.

---
 srcpkgs/python-urllib3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 3f354488f86..09279b1573e 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-urllib3_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 35d73a0ad54c62fdaf342a261e55d3658025e669 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 300/320] python-urlnorm: remove noarch.

---
 srcpkgs/python-urlnorm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-urlnorm/template b/srcpkgs/python-urlnorm/template
index ae488dc3179..46723e0f869 100644
--- a/srcpkgs/python-urlnorm/template
+++ b/srcpkgs/python-urlnorm/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urlnorm'
 pkgname=python-urlnorm
 version=1.1.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlnorm-${version}"
 build_style=python2-module
 pycompile_module="urlnorm"

From f82dbed54d248408c017fcfee487a7ac51a3d2cf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 301/320] python-urwidtrees: remove noarch.

---
 srcpkgs/python-urwidtrees/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urwidtrees/template b/srcpkgs/python-urwidtrees/template
index 62d214489e2..eb295db3cb3 100644
--- a/srcpkgs/python-urwidtrees/template
+++ b/srcpkgs/python-urwidtrees/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urwidtrees'
 pkgname=python-urwidtrees
 version=1.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="urwidtrees-${version}"
 build_style=python-module
 pycompile_module="urwidtrees"
@@ -16,7 +15,6 @@ distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz"
 checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034
 
 python3-urwidtrees_package() {
-	archs=noarch
 	pycompile_module="urwidtrees"
 	depends="python3-urwid"
 	short_desc="${short_desc/Python2/Python3}"

From af5e1ca48adc3502fabfce7440816cf107c62706 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 302/320] python-utils: remove noarch.

---
 srcpkgs/python-utils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-utils/template b/srcpkgs/python-utils/template
index 4c7a5ef1bfb..428d04724e5 100644
--- a/srcpkgs/python-utils/template
+++ b/srcpkgs/python-utils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-utils'
 pkgname=python-utils
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-utils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-utils_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From d0da3d108490e279ed98d7228c1d241cac7ad111 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 303/320] python-vint: remove noarch.

---
 srcpkgs/python-vint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-vint/template b/srcpkgs/python-vint/template
index 62c663bf18e..3688c2481cf 100644
--- a/srcpkgs/python-vint/template
+++ b/srcpkgs/python-vint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-vint'
 pkgname=python-vint
 version=0.3.19
-revision=3
-archs=noarch
+revision=4
 wrksrc="vim-vint-${version}"
 build_style=python-module
 pycompile_module="vint"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-vint_package() {
-	archs=noarch
 	depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
 	pycompile_module="vint"
 	short_desc="${short_desc/Python2/Python3}"

From 2b5cd1488c4400503628e7feed39c6ce2591d454 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 304/320] python-vispy: remove noarch.

---
 srcpkgs/python-vispy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template
index 624ade6f12b..dc093446dec 100644
--- a/srcpkgs/python-vispy/template
+++ b/srcpkgs/python-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-vispy'
 pkgname=python-vispy
 version=0.6.1
-revision=2
+revision=3
 wrksrc="vispy-${version}"
 build_style=python-module
 pycompile_module="vispy"
@@ -21,7 +21,6 @@ post_install() {
 
 python3-vispy_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="vispy"
 	depends="python3-numpy"
 	pkg_install() {

From 6a4f5e5371792c976c0f12751f0c40f36aac6967 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 305/320] python-vobject: remove noarch.

---
 srcpkgs/python-vobject/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-vobject/template b/srcpkgs/python-vobject/template
index 2c1c215527c..b83b1178806 100644
--- a/srcpkgs/python-vobject/template
+++ b/srcpkgs/python-vobject/template
@@ -1,8 +1,7 @@
 # Template file for 'python-vobject'
 pkgname=python-vobject
 version=0.9.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="vobject-${version}"
 build_style=python-module
 pycompile_module="vobject"
@@ -20,7 +19,6 @@ alternatives="
  vobject:ics_diff:/usr/bin/ics_diff2"
 
 python3-vobject_package() {
-	archs=noarch
 	pycompile_module="vobject"
 	depends="python3-setuptools python3-dateutil python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From c39a28bac137f2db32a4fdcb3ff804994aaf4fb9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 306/320] python-voluptuous: remove noarch.

---
 srcpkgs/python-voluptuous/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-voluptuous/template b/srcpkgs/python-voluptuous/template
index 1dd5de27491..3be545b4db8 100644
--- a/srcpkgs/python-voluptuous/template
+++ b/srcpkgs/python-voluptuous/template
@@ -1,8 +1,7 @@
 # Template file for 'python-voluptuous'
 pkgname=python-voluptuous
 version=0.11.5
-revision=3
-archs=noarch
+revision=4
 wrksrc="voluptuous-${version}"
 build_style=python-module
 pycompile_module="voluptuous"

From f2797a309cb1642f8807c99219e10a71414ec67d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 307/320] python-watchdog: remove noarch.

---
 srcpkgs/python-watchdog/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-watchdog/template b/srcpkgs/python-watchdog/template
index 2eea6397f00..1bb7925f751 100644
--- a/srcpkgs/python-watchdog/template
+++ b/srcpkgs/python-watchdog/template
@@ -1,8 +1,7 @@
 # Template file for 'python-watchdog'
 pkgname=python-watchdog
 version=0.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="watchdog-${version}"
 build_style=python-module
 pycompile_module="watchdog"
@@ -17,7 +16,6 @@ checksum=965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d
 alternatives="watchdog:watchmedo:/usr/bin/watchmedo2"
 
 python3-watchdog_package() {
-	archs=noarch
 	pycompile_module="watchdog"
 	alternatives="watchdog:watchmedo:/usr/bin/watchmedo3"
 	depends="python3-setuptools python3-yaml python3-argh python3-pathtools"

From d423a1a3b07874cc959461a4aa51a501c090be33 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 308/320] python-webassets: remove noarch.

---
 srcpkgs/python-webassets/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-webassets/template b/srcpkgs/python-webassets/template
index 7ed3cfd1b4c..0c32faab4b7 100644
--- a/srcpkgs/python-webassets/template
+++ b/srcpkgs/python-webassets/template
@@ -1,8 +1,7 @@
 # Template file for 'python-webassets'
 pkgname=python-webassets
 version=0.12.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="webassets"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-webassets_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="webassets"
 	short_desc="${short_desc/Python2/Python3}"

From 266d954dbc7c4339f29af481cb0972856572817c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 309/320] python-webencodings: remove noarch.

---
 srcpkgs/python-webencodings/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-webencodings/template b/srcpkgs/python-webencodings/template
index f047a9e3c52..c9d7ca700fa 100644
--- a/srcpkgs/python-webencodings/template
+++ b/srcpkgs/python-webencodings/template
@@ -1,8 +1,7 @@
 # Template file for 'python-webencodings'
 pkgname=python-webencodings
 version=0.5.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="webencodings-${version}"
 build_style=python-module
 pycompile_module="webencodings"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/w/webencodings/webencodings-${version}.tar.gz"
 checksum=b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
 
 python3-webencodings_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="webencodings"
 	short_desc="${short_desc/Python2/Python3}"

From 1eddb06359ac22b72f0d41a7f9d8c942fd17ed69 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 310/320] python-websocket-client: remove noarch.

---
 srcpkgs/python-websocket-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-websocket-client/template b/srcpkgs/python-websocket-client/template
index 3df8ab42b36..20115b02979 100644
--- a/srcpkgs/python-websocket-client/template
+++ b/srcpkgs/python-websocket-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-websocket-client'
 pkgname=python-websocket-client
 version=0.56.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="websocket_client-${version}"
 build_style=python-module
 pycompile_module="websocket"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-websocket-client_package() {
-	archs=noarch
 	depends="python3-six ca-certificates"
 	pycompile_module="websocket"
 	short_desc="${short_desc/Python2/Python3}"

From 00e35480b03d8468e152f2829be2d77e68713184 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 311/320] python-wheel: remove noarch.

---
 srcpkgs/python-wheel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template
index 6e3cd5c5b95..a26060f143c 100644
--- a/srcpkgs/python-wheel/template
+++ b/srcpkgs/python-wheel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wheel'
 pkgname=python-wheel
 version=0.35.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="wheel-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-wheel_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="wheel:wheel:usr/bin/wheel3"

From a4c1b491cf09694e613f4799b7dab4dea4966a89 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 312/320] python-wikipedia: remove noarch.

---
 srcpkgs/python-wikipedia/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wikipedia/template b/srcpkgs/python-wikipedia/template
index f8a69755b74..e5cd2a9512c 100644
--- a/srcpkgs/python-wikipedia/template
+++ b/srcpkgs/python-wikipedia/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wikipedia'
 pkgname=python-wikipedia
 version=1.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="wikipedia-${version}"
 build_style=python-module
 pycompile_module="wikipedia"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-wikipedia_package() {
-	archs=noarch
 	pycompile_module="wikipedia"
 	depends="python3-BeautifulSoup4 python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 6836b504e5a1e9293748e98775d9efc1e7db9c17 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 313/320] python-wsproto: remove noarch.

---
 srcpkgs/python-wsproto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wsproto/template b/srcpkgs/python-wsproto/template
index f8b131104e6..5e95b9c8900 100644
--- a/srcpkgs/python-wsproto/template
+++ b/srcpkgs/python-wsproto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wsproto'
 pkgname=python-wsproto
 version=0.15.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="wsproto-${version}"
 build_style=python-module
 pycompile_module="wsproto"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-wsproto_package() {
-	archs=noarch
 	pycompile_module="wsproto"
 	depends="python3 python3-h11"
 	short_desc="${short_desc/Python2/Python3}"

From 36f3b05b2414aeab0b0d6e87d3063f218dfb5717 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 314/320] python-xdg: remove noarch.

---
 srcpkgs/python-xdg/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index 4e819c8bec7..ad6b2c1e4d2 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
 checksum=fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06
 
 python3-xdg_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="xdg"
 	short_desc="${short_desc/Python2/Python3}"

From c3893c9419dd86bb13e5f2003be1f318454a0c4b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 315/320] python-xlib: remove noarch.

---
 srcpkgs/python-xlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 8c409c7f8c4..68ffb98bdf0 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=1
-archs=noarch
+revision=2
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"
@@ -18,7 +17,6 @@ pre_build() {
 }
 
 python3-xlib_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 757a289571d833ea0846856be137b7d0513fdb7d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 316/320] python-xmldiff: remove noarch.

---
 srcpkgs/python-xmldiff/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/python-xmldiff/template b/srcpkgs/python-xmldiff/template
index b8f25af9575..839abfaa2fb 100644
--- a/srcpkgs/python-xmldiff/template
+++ b/srcpkgs/python-xmldiff/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xmldiff'
 pkgname=python-xmldiff
 version=2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="xmldiff-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,14 +18,12 @@ alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
 replaces="xmldiff>=0"
 
 xmldiff_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"
 }
 
 python3-xmldiff_package() {
-	archs=noarch
 	depends="python3-lxml python3-six python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="xmldiff:xmldiff:/usr/bin/xmldiff3"

From 5661b1d7974257545acd682f9efc6237566487ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 317/320] python-xmltodict: remove noarch.

---
 srcpkgs/python-xmltodict/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xmltodict/template b/srcpkgs/python-xmltodict/template
index b3d7ef042e8..38f4a3acff6 100644
--- a/srcpkgs/python-xmltodict/template
+++ b/srcpkgs/python-xmltodict/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xmltodict'
 pkgname=python-xmltodict
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="xmltodict-${version}"
 build_style=python-module
 pycompile_module="xmltodict.py"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-xmltodict_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="xmltodict.py"
 	depends="python3"

From 93f564c30d2e1280b9b802bad60f321979adc588 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 318/320] python-yamllint: remove noarch.

---
 srcpkgs/python-yamllint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-yamllint/template b/srcpkgs/python-yamllint/template
index d0b51ba637a..68da0ce1b94 100644
--- a/srcpkgs/python-yamllint/template
+++ b/srcpkgs/python-yamllint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-yamllint'
 pkgname=python-yamllint
 version=1.15.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="yamllint-${version}"
 build_style=python-module
 pycompile_module="yamllint"
@@ -22,7 +21,6 @@ do_check() {
 }
 
 python3-yamllint_package() {
-	archs=noarch
 	depends="python3-pathspec python3-setuptools python3-yaml"
 	pycompile_module="yamllint"
 	short_desc="${short_desc/Python2/Python3}"

From e48cc10c51881a62a93a9886065f9d49e2728591 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 319/320] python-zc.lockfile: remove noarch.

---
 srcpkgs/python-zc.lockfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-zc.lockfile/template b/srcpkgs/python-zc.lockfile/template
index 4a44b0c926e..11e7e9486cb 100644
--- a/srcpkgs/python-zc.lockfile/template
+++ b/srcpkgs/python-zc.lockfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-zc.lockfile'
 pkgname=python-zc.lockfile
 version=2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="zc/lockfile"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-zc.lockfile_package() {
-	archs=noarch
 	pycompile_module="zc/lockfile"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From dfd943b54ec6dc7100e66698a9f58d7074102a73 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 320/320] python-zipstream: remove noarch.

[ci skip]
---
 srcpkgs/python-zipstream/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-zipstream/template b/srcpkgs/python-zipstream/template
index 2c7390127ac..057150feab1 100644
--- a/srcpkgs/python-zipstream/template
+++ b/srcpkgs/python-zipstream/template
@@ -1,8 +1,7 @@
 # Template file for 'python-zipstream'
 pkgname=python-zipstream
 version=1.1.4
-revision=4
-archs=noarch
+revision=5
 wrksrc="python-zipstream-${version}"
 build_style=python-module
 pycompile_module="zipstream"
@@ -16,7 +15,6 @@ distfiles="https://github.com/allanlei/python-zipstream/archive/v${version}.tar.
 checksum=32a7a4bdb786914445589595273beffbbf9b6a0a3a3dc2cf19ea96114bd2abd7
 
 python3-zipstream_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="zipstream"
 	short_desc="${short_desc/Python2/Python3}"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Python2 noarch rebuild
  2020-09-19 22:24 [PR PATCH] Python2 noarch rebuild fosslinux
  2020-09-19 22:25 ` [PR PATCH] [Updated] " fosslinux
@ 2020-09-19 22:37 ` fosslinux
  2020-09-25  0:25 ` sgn
  2020-09-25  0:25 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-09-19 22:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is an updated pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages python2-noarch-rebuild
https://github.com/void-linux/void-packages/pull/24986

Python2 noarch rebuild
320 python2 packages...

next up is python3

A patch file from https://github.com/void-linux/void-packages/pull/24986.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python2-noarch-rebuild-24986.patch --]
[-- Type: text/x-diff, Size: 297175 bytes --]

From e9c3214c2bcd3f127e37713a55638fdb83105581 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 001/320] backblaze-b2: remove noarch.

---
 srcpkgs/backblaze-b2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index ef7fbca68b6..d1a8cda6f05 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,8 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="b2-${version}"
 build_style=python3-module
 pycompile_module="b2"
@@ -43,6 +42,5 @@ do_check() {
 python-b2_package() {
 	depends="backblaze-b2>=${version}_${revision}"
 	build_style=meta
-	archs=noarch
 	short_desc+=" - transitional package"
 }

From 2e1bbecbd2a8ab84670ce7475644feb10bde11da Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 002/320] fonttools: remove noarch.

---
 srcpkgs/fonttools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index f94f794b2a2..09f0db8bece 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,8 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From eb4ffe7ec94e4aecd139d9e7a09aa0aa90801c29 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 003/320] python-Arrow: remove noarch.

---
 srcpkgs/python-Arrow/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Arrow/template b/srcpkgs/python-Arrow/template
index a8c2e30c74b..40c8a84550d 100644
--- a/srcpkgs/python-Arrow/template
+++ b/srcpkgs/python-Arrow/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Arrow'
 pkgname=python-Arrow
 version=0.15.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="arrow-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
 checksum=5390e464e2c5f76971b60ffa7ee29c598c7501a294bc9f5e6dadcb251a5d027b
 
 python3-Arrow_package() {
-	archs=noarch
 	depends="python3-dateutil"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From d201bd0068205417541a589b614164f09bc960fb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 004/320] python-Babel: remove noarch.

---
 srcpkgs/python-Babel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index 2b175b4ecba..e64f9976592 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Babel_package() {
-	archs=noarch
 	depends="python3-setuptools python3-pytz"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="babel:pybabel:/usr/bin/pybabel3"

From 143de14419515152a904242362a0a3106931a0c5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:55 +1000
Subject: [PATCH 005/320] python-BeautifulSoup4: remove noarch.

---
 srcpkgs/python-BeautifulSoup4/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-BeautifulSoup4/template b/srcpkgs/python-BeautifulSoup4/template
index 956348442ff..ddeb3d52b35 100644
--- a/srcpkgs/python-BeautifulSoup4/template
+++ b/srcpkgs/python-BeautifulSoup4/template
@@ -1,8 +1,7 @@
 # Template file for 'python-BeautifulSoup4'
 pkgname=python-BeautifulSoup4
 version=4.8.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="beautifulsoup4-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-BeautifulSoup4_package() {
-	archs=noarch
 	depends="python3 python3-soupsieve"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 9a6b7b34cadb5a21e90ce3ef641157bfda258ba5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 006/320] python-Cheroot: remove noarch.

---
 srcpkgs/python-Cheroot/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template
index ce0447f4d35..9a99973ede1 100644
--- a/srcpkgs/python-Cheroot/template
+++ b/srcpkgs/python-Cheroot/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Cheroot'
 pkgname=python-Cheroot
 version=8.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="cheroot-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-Cheroot_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-more-itertools
 	 python3-jaraco.functools"
 	alternatives="cheroot:cheroot:/usr/bin/cheroot3"

From a1df2e2e07fecc32bf85387902e0b9643142cf24 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 007/320] python-CherryPy: remove noarch.

---
 srcpkgs/python-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template
index b1e17cca37a..c63430070b0 100644
--- a/srcpkgs/python-CherryPy/template
+++ b/srcpkgs/python-CherryPy/template
@@ -2,8 +2,7 @@
 pkgname=python-CherryPy
 reverts="18.0.1_1 18.0.0_1"
 version=17.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python2-module
 pycompile_module="cherrypy"

From b808c0f120dbb800714544831611b7e814229af4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 008/320] python-Django: remove noarch.

---
 srcpkgs/python-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-Django/template b/srcpkgs/python-Django/template
index 6549f5c0fae..9412426a64b 100644
--- a/srcpkgs/python-Django/template
+++ b/srcpkgs/python-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Django'
 pkgname=python-Django
 version=1.11.29
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 8d6d9e7729fa6c95148b8835c4a8aeedd79a7adc Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 009/320] python-Flask-Assets: remove noarch.

---
 srcpkgs/python-Flask-Assets/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Assets/template b/srcpkgs/python-Flask-Assets/template
index 3ca0de18077..2166c318730 100644
--- a/srcpkgs/python-Flask-Assets/template
+++ b/srcpkgs/python-Flask-Assets/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Assets'
 pkgname=python-Flask-Assets
 version=0.12
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_assets.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-Assets_package() {
-	archs=noarch
 	depends="python3-Flask python3-webassets"
 	pycompile_module="flask_assets.py"
 	short_desc="${short_desc/Python2/Python3}"

From bba0819a2d8f1c36d19cdc17f61d87d0b8b702c0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:56 +1000
Subject: [PATCH 010/320] python-Flask-Babel: remove noarch.

---
 srcpkgs/python-Flask-Babel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Babel/template b/srcpkgs/python-Flask-Babel/template
index e5b600bf922..8eeed1987e7 100644
--- a/srcpkgs/python-Flask-Babel/template
+++ b/srcpkgs/python-Flask-Babel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Babel'
 pkgname=python-Flask-Babel
 version=1.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-Babel_package() {
-	archs=noarch
 	depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 66e36ec436eb46b257d197d8463074411c6e1e57 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 011/320] python-Flask-Login: remove noarch.

---
 srcpkgs/python-Flask-Login/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Login/template b/srcpkgs/python-Flask-Login/template
index a9b982bdce6..720c05f9005 100644
--- a/srcpkgs/python-Flask-Login/template
+++ b/srcpkgs/python-Flask-Login/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Login'
 pkgname=python-Flask-Login
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-Login_package() {
-	archs=noarch
 	depends="python3-Flask"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From ab45835c1746ab57c84de41b63b2165262478f20 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 012/320] python-Flask-OAuthlib: remove noarch.

---
 srcpkgs/python-Flask-OAuthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-OAuthlib/template b/srcpkgs/python-Flask-OAuthlib/template
index edf5c13560e..f93915dedef 100644
--- a/srcpkgs/python-Flask-OAuthlib/template
+++ b/srcpkgs/python-Flask-OAuthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-OAuthlib'
 pkgname=python-Flask-OAuthlib
 version=0.9.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_oauthlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-OAuthlib_package() {
-	archs=noarch
 	depends="python3-Flask python3-requests-oauthlib"
 	pycompile_module="flask_oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From bb47465d65fef58c5fe6807a36ef84ec4ae5cdd4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 013/320] python-Flask-Script: remove noarch.

---
 srcpkgs/python-Flask-Script/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-Script/template b/srcpkgs/python-Flask-Script/template
index ebac828a5b1..d231492e746 100644
--- a/srcpkgs/python-Flask-Script/template
+++ b/srcpkgs/python-Flask-Script/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-Script'
 pkgname=python-Flask-Script
 version=2.0.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="flask_script"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Flask-Script_package() {
-	archs=noarch
 	depends="python3-Flask"
 	pycompile_module="flask_script"
 	short_desc="${short_desc/Python2/Python3}"

From e474093fbda1f010a04fd4c3d77ed7113615d0b5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 014/320] python-Flask-WTF: remove noarch.

---
 srcpkgs/python-Flask-WTF/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-WTF/template b/srcpkgs/python-Flask-WTF/template
index f72307f79be..c605cc1dd4d 100644
--- a/srcpkgs/python-Flask-WTF/template
+++ b/srcpkgs/python-Flask-WTF/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask-WTF'
 pkgname=python-Flask-WTF
 version=0.14.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-Flask-WTF_package() {
-	archs=noarch
 	depends="python3-Flask python3-WTForms"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From b7890bba980c3cf2a8a706a087e021916cb24ff1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 015/320] python-Flask: remove noarch.

---
 srcpkgs/python-Flask/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template
index 1aa7f5208ed..37cec032623 100644
--- a/srcpkgs/python-Flask/template
+++ b/srcpkgs/python-Flask/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Flask'
 pkgname=python-Flask
 version=1.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-Flask_package() {
-	archs=noarch
 	depends="python3-setuptools python3-Jinja2 python3-Werkzeug python3-itsdangerous python3-click"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="flask:flask:/usr/bin/flask3"

From a56adcc7096337d92c106240cc8923ea2287c72d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:57 +1000
Subject: [PATCH 016/320] python-GitPython: remove noarch.

---
 srcpkgs/python-GitPython/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-GitPython/template b/srcpkgs/python-GitPython/template
index 232429265f1..f161d704283 100644
--- a/srcpkgs/python-GitPython/template
+++ b/srcpkgs/python-GitPython/template
@@ -1,8 +1,7 @@
 # Template file for 'python-GitPython'
 pkgname=python-GitPython
 version=2.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="GitPython-${version}"
 build_style=python-module
 pycompile_module="git"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-GitPython_package() {
-	archs=noarch
 	depends="python3-gitdb"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From b6cdd2adfb221f249842a6e5a00de256add048e8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 017/320] python-IPy: remove noarch.

---
 srcpkgs/python-IPy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-IPy/template b/srcpkgs/python-IPy/template
index aaae9fcd002..351b791213f 100644
--- a/srcpkgs/python-IPy/template
+++ b/srcpkgs/python-IPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-IPy'
 pkgname=python-IPy
 version=1.00
-revision=2
-archs=noarch
+revision=3
 wrksrc="IPy-${version}"
 build_style=python-module
 pycompile_module="IPy.py"
@@ -21,7 +20,6 @@ post_install() {
 
 python3-IPy_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="IPy.py"
 	depends="python3"
 	pkg_install() {

From 1d7d768634c44e328f190eb234b689119926ef9c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 018/320] python-Mako: remove noarch.

---
 srcpkgs/python-Mako/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Mako/template b/srcpkgs/python-Mako/template
index 8cfa6722149..8d284dbb7b8 100644
--- a/srcpkgs/python-Mako/template
+++ b/srcpkgs/python-Mako/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Mako'
 pkgname=python-Mako
 version=1.1.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mako-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-Mako_package() {
-	archs=noarch
 	depends="python3-setuptools python3-MarkupSafe"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="mako:mako-render:/usr/bin/mako-render3"

From c697fc25111be76d7a8502ccdfab6198c4fe8c9a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 019/320] python-Markdown: remove noarch.

---
 srcpkgs/python-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-Markdown/template b/srcpkgs/python-Markdown/template
index fa75ca590cc..164fa3c4611 100644
--- a/srcpkgs/python-Markdown/template
+++ b/srcpkgs/python-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Markdown'
 pkgname=python-Markdown
 version=3.1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="Markdown-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 24c990bb008aa2447e4924bc17e4c86a442bd2e4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 020/320] python-Markups: remove noarch.

---
 srcpkgs/python-Markups/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template
index 1eb15b49301..d632930fb54 100644
--- a/srcpkgs/python-Markups/template
+++ b/srcpkgs/python-Markups/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Markups'
 pkgname=python-Markups
 version=3.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="Markups-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Markups_package() {
-	archs=noarch
 	depends="python3 python3-markdown-math"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From a72da144fa9f380a28ebd7386fb8332ba7c7715d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:58 +1000
Subject: [PATCH 021/320] python-MiniMock: remove noarch.

---
 srcpkgs/python-MiniMock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-MiniMock/template b/srcpkgs/python-MiniMock/template
index 8b8c4f5f1e6..3fbb6729023 100644
--- a/srcpkgs/python-MiniMock/template
+++ b/srcpkgs/python-MiniMock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-MiniMock'
 pkgname=python-MiniMock
 version=1.2.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="minimock.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-MiniMock_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="minimock.py"
 	short_desc="${short_desc/Python2/Python3}"

From c38f83f933f136cbd2c9510d8b08d25c499ebaed Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 022/320] python-PyHamcrest: remove noarch.

---
 srcpkgs/python-PyHamcrest/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 48f001595aa..204a6a1a95e 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,8 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-PyHamcrest_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="hamcrest"
 	short_desc="${short_desc/Python2/Python3}"

From 774ec79dcceb35aede96339a9f4c266a8a43b503 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 023/320] python-PyOpenGL: remove noarch.

---
 srcpkgs/python-PyOpenGL/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-PyOpenGL/template b/srcpkgs/python-PyOpenGL/template
index 79709575673..456b30f229c 100644
--- a/srcpkgs/python-PyOpenGL/template
+++ b/srcpkgs/python-PyOpenGL/template
@@ -1,8 +1,7 @@
 # Template file for 'python-PyOpenGL'
 pkgname=python-PyOpenGL
 version=3.1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyOpenGL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-PyOpenGL_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1bf2c86bb7134bd2c1dc4159cb50ddc41604ac9f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 024/320] python-Pygments: remove noarch.

---
 srcpkgs/python-Pygments/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index d464e59d617..17f7b6bf5d2 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-Pygments_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pygments:pygmentize:/usr/bin/pygmentize3"

From 86ea6b42c9345032c331744febe29c1c91937ecb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 025/320] python-Pyro4: remove noarch.

---
 srcpkgs/python-Pyro4/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Pyro4/template b/srcpkgs/python-Pyro4/template
index 3eba13d0e9c..e115ce7731f 100644
--- a/srcpkgs/python-Pyro4/template
+++ b/srcpkgs/python-Pyro4/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Pyro4'
 pkgname=python-Pyro4
 version=4.80
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -34,7 +33,6 @@ python3-Pyro4_package() {
 	 pyro4:pyro4-ns:/usr/bin/pyro4-ns3
 	 pyro4:pyro4-nsc:/usr/bin/pyro4-nsc3
 	 pyro4:pyro4-test-echoserver:/usr/bin/pyro4-test-echoserver3"
-	archs=noarch
 	depends="python3-setuptools python3-serpent"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From c582d012b515290899ee9b65c36b55d831ce3ab0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 026/320] python-SPARQLWrapper: remove noarch.

---
 srcpkgs/python-SPARQLWrapper/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-SPARQLWrapper/template b/srcpkgs/python-SPARQLWrapper/template
index 8d2db9a02b3..e647c7d805f 100644
--- a/srcpkgs/python-SPARQLWrapper/template
+++ b/srcpkgs/python-SPARQLWrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'python-SPARQLWrapper'
 pkgname=python-SPARQLWrapper
 version=1.8.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="SPARQLWrapper"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
 checksum=21928e7a97f565e772cdeeb0abad428960f4307e3a13dbdd8f6d3da8a6a506c9
 
 python3-SPARQLWrapper_package() {
-	archs=noarch
 	depends="python3-rdflib"
 	pycompile_module="SPARQLWrapper"
 	short_desc="${short_desc/Python2/Python3}"

From 0cbe79597e09480c8abb788cdc9661ca943d30e3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:58:59 +1000
Subject: [PATCH 027/320] python-Unidecode: remove noarch.

---
 srcpkgs/python-Unidecode/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Unidecode/template b/srcpkgs/python-Unidecode/template
index 444eb1427d6..a28175887a7 100644
--- a/srcpkgs/python-Unidecode/template
+++ b/srcpkgs/python-Unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Unidecode'
 pkgname=python-Unidecode
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Unidecode-${version}"
 build_style=python-module
 pycompile_module="unidecode"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-Unidecode_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="unidecode"
 	short_desc="${short_desc/Python2/Python3}"

From 42f6bdde8d3dfba77d6ebd60442f443e69472baf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 028/320] python-WTForms: remove noarch.

---
 srcpkgs/python-WTForms/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template
index 33f16940cb8..ff47dbd7d45 100644
--- a/srcpkgs/python-WTForms/template
+++ b/srcpkgs/python-WTForms/template
@@ -1,8 +1,7 @@
 # Template file for 'python-WTForms'
 pkgname=python-WTForms
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="WTForms-${version}"
 build_style=python-module
 pycompile_module="wtforms"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-WTForms_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="wtforms"
 	short_desc="${short_desc/Python2/Python3}"

From ce888a3dcc42d3459896d8103d225e0cf80207c4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 029/320] python-Werkzeug: remove noarch.

---
 srcpkgs/python-Werkzeug/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Werkzeug/template b/srcpkgs/python-Werkzeug/template
index b4bf1071851..bd17cc890b0 100644
--- a/srcpkgs/python-Werkzeug/template
+++ b/srcpkgs/python-Werkzeug/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Werkzeug'
 pkgname=python-Werkzeug
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-Werkzeug_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From a3715d0c8e83683e499fb7e4bfd1ad0461cf53bb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 030/320] python-Whoosh: remove noarch.

---
 srcpkgs/python-Whoosh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Whoosh/template b/srcpkgs/python-Whoosh/template
index 66856b206a7..ea94f1047d1 100644
--- a/srcpkgs/python-Whoosh/template
+++ b/srcpkgs/python-Whoosh/template
@@ -1,9 +1,8 @@
 # Template file for 'python-whoosh'
 pkgname=python-Whoosh
 version=2.7.4
-revision=2
+revision=3
 wrksrc="Whoosh-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="whoosh"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 python3-Whoosh_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="whoosh"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 3169dc449f12f8558d5adc377102e5e3784a1954 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 031/320] python-Yapsy: remove noarch.

---
 srcpkgs/python-Yapsy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Yapsy/template b/srcpkgs/python-Yapsy/template
index 5ad8b234f5d..2f49f8edb36 100644
--- a/srcpkgs/python-Yapsy/template
+++ b/srcpkgs/python-Yapsy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-Yapsy'
 pkgname=python-Yapsy
 version=1.12.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="Yapsy-${version}"
 build_style=python-module
 pycompile_module="yapsy"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-Yapsy_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="yapsy"
 	short_desc="${short_desc/Python2/Python3}"

From c4ad15b8fef967a5c1f052d10b041e18a98ac026 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:00 +1000
Subject: [PATCH 032/320] python-aalib: remove noarch.

---
 srcpkgs/python-aalib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-aalib/template b/srcpkgs/python-aalib/template
index f9621a9c8dc..b5d851110d9 100644
--- a/srcpkgs/python-aalib/template
+++ b/srcpkgs/python-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-aalib'
 pkgname=python-aalib
 version=0.3.2
-revision=2
+revision=3
 build_style=python-module
 pycompile_module="aalib.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -12,7 +12,6 @@ license="MIT"
 homepage="http://jwilk.net/software/python-aalib"
 distfiles="${PYPI_SITE}/p/python-aalib/python-aalib-${version}.tar.gz"
 checksum=c39071629e7962dcd926faf0135dc73e2a8eb5db9a53bc2ebe5965f8c39165a2
-archs=noarch
 
 post_install() {
 	sed -n '3,21p' < setup.py > LICENSE
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-aalib_package() {
-	archs=noarch
 	pycompile_module="aalib.py"
 	depends="aalib python3"
 	short_desc="${short_desc/Python2/Python3}"

From 8e4b8b13ca1b48b4ba346b2b29ca7cb5cbc6969d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 033/320] python-alabaster: remove noarch.

---
 srcpkgs/python-alabaster/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-alabaster/template b/srcpkgs/python-alabaster/template
index b33009d5efb..49d71b85bc2 100644
--- a/srcpkgs/python-alabaster/template
+++ b/srcpkgs/python-alabaster/template
@@ -1,8 +1,7 @@
 # Template file for 'python-alabaster'
 pkgname=python-alabaster
 version=0.7.12
-revision=2
-archs=noarch
+revision=3
 wrksrc="alabaster-${version}"
 build_style=python-module
 pycompile_module="alabaster"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-alabaster_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="alabaster"
 	short_desc="${short_desc/Python2/Python3}"

From 4be184807216cf58d8c63b4d82c4876d51bbcf70 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 034/320] python-ansicolor: remove noarch.

---
 srcpkgs/python-ansicolor/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ansicolor/template b/srcpkgs/python-ansicolor/template
index 3663a82f0cc..1fb8eb48eca 100644
--- a/srcpkgs/python-ansicolor/template
+++ b/srcpkgs/python-ansicolor/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ansicolor'
 pkgname=python-ansicolor
 version=0.2.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="ansicolor-${version}"
 build_style=python-module
 pycompile_module="ansicolor"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"
 checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d
 
 python3-ansicolor_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ansicolor"
 	short_desc="${short_desc/Python2/Python3}"

From c20cc8194c27fc85e12eed040bda54b508e3bdf2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 035/320] python-appdirs: remove noarch.

---
 srcpkgs/python-appdirs/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-appdirs/template b/srcpkgs/python-appdirs/template
index 68f8fa5cb4f..c2249405da3 100644
--- a/srcpkgs/python-appdirs/template
+++ b/srcpkgs/python-appdirs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-appdirs'
 pkgname=python-appdirs
 version=1.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-appdirs_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1653a1c63a4dfffbba225e5ffcc87e9980ea5cde Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 036/320] python-argh: remove noarch.

---
 srcpkgs/python-argh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-argh/template b/srcpkgs/python-argh/template
index 656da441757..263cb46c2e7 100644
--- a/srcpkgs/python-argh/template
+++ b/srcpkgs/python-argh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-argh'
 pkgname=python-argh
 version=0.26.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="argh-${version}"
 build_style=python-module
 pycompile_module="argh"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/a/argh/argh-${version}.tar.gz"
 checksum=e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
 
 python3-argh_package() {
-	archs=noarch
 	pycompile_module="argh"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From a6a89458a2ba9fc0aad3bd24b68198ef4380053a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:01 +1000
Subject: [PATCH 037/320] python-arxiv2bib: remove noarch.

---
 srcpkgs/python-arxiv2bib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-arxiv2bib/template b/srcpkgs/python-arxiv2bib/template
index 4f245755dcf..279677b75dc 100644
--- a/srcpkgs/python-arxiv2bib/template
+++ b/srcpkgs/python-arxiv2bib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-arxiv2bib'
 pkgname=python-arxiv2bib
 version=1.0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="arxiv2bib-${version}"
 build_style=python-module
 pycompile_module="arxiv2bib"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-arxiv2bib_package() {
-	archs=noarch
 	pycompile_module="arxiv2bib.py"
 	alternatives="arxiv2bib:arxiv2bib:/usr/bin/arxiv2bib3"
 	depends="python3-setuptools"

From f8dab7b0af56ca382f59bcac3115b67ff7611984 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 038/320] python-asn1crypto: remove noarch.

---
 srcpkgs/python-asn1crypto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-asn1crypto/template b/srcpkgs/python-asn1crypto/template
index e7ffe7415fc..859ec1f4d59 100644
--- a/srcpkgs/python-asn1crypto/template
+++ b/srcpkgs/python-asn1crypto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-asn1crypto'
 pkgname=python-asn1crypto
 version=0.24.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="asn1crypto-${version}"
 build_style=python-module
 pycompile_module="asn1crypto"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-asn1crypto_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="asn1crypto"
 	short_desc="${short_desc/Python2/Python3}"

From 273329a63f0ff2a87af05cb66a75f3f31eb0129e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 039/320] python-astroid: remove noarch.

---
 srcpkgs/python-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template
index 9da6aebae87..c45e4a65c47 100644
--- a/srcpkgs/python-astroid/template
+++ b/srcpkgs/python-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python-astroid'
 pkgname=python-astroid
 version=1.6.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="astroid-${version}"
 build_style=python2-module
 pycompile_module="astroid"

From 5e264da1ee3f1774cb10f2cbee3688434f0dc0a2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 040/320] python-atomicwrites: remove noarch.

---
 srcpkgs/python-atomicwrites/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index ec411d981d4..818d2caf896 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,8 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-atomicwrites_package() {
-	archs=noarch
 	pycompile_module="atomicwrites"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From db420847a6d1048295b7e9a2f7e67d3ded95670b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 041/320] python-atspi: remove noarch.

---
 srcpkgs/python-atspi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-atspi/template b/srcpkgs/python-atspi/template
index 7505c32ad60..594c23da90b 100644
--- a/srcpkgs/python-atspi/template
+++ b/srcpkgs/python-atspi/template
@@ -2,8 +2,7 @@
 # Keep python3-atspi in sync
 pkgname=python-atspi
 version=2.38.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python"

From 345548f8ba691f95e69e027f05e531f07c7dba7e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:02 +1000
Subject: [PATCH 042/320] python-audioread: remove noarch.

---
 srcpkgs/python-audioread/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-audioread/template b/srcpkgs/python-audioread/template
index bc878d4b82d..69209604cfa 100644
--- a/srcpkgs/python-audioread/template
+++ b/srcpkgs/python-audioread/template
@@ -1,8 +1,7 @@
 # Template file for 'python-audioread'
 pkgname=python-audioread
 version=2.1.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="audioread-${version}"
 build_style=python-module
 pycompile_module="audioread"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-audioread_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="audioread"
 	short_desc="${short_desc/Python2/Python3}"

From 6c9dbe5ba82cd6adcd5aa4bd2d87722e2efe8269 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 043/320] python-automat: remove noarch.

---
 srcpkgs/python-automat/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 66dad2f84bc..372f26c62a9 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,8 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -32,7 +31,6 @@ post_install() {
 }
 
 python3-automat_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-setuptools python3-attrs python3-six"
 	alternatives="automat:automat-visualize:/usr/bin/automat-visualize3"

From a23bf8b1b9dfe26fbd5f97d0bfce18efca0726aa Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 044/320] python-axolotl: remove noarch.

---
 srcpkgs/python-axolotl/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-axolotl/template b/srcpkgs/python-axolotl/template
index 74480b5a9fe..1955e4c56b7 100644
--- a/srcpkgs/python-axolotl/template
+++ b/srcpkgs/python-axolotl/template
@@ -1,8 +1,7 @@
 # Template file for 'python-axolotl'
 pkgname=python-axolotl
 version=0.2.3
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="axolotl"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf
 
 python3-axolotl_package() {
-	archs=noarch
 	depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
 	pycompile_module="axolotl"
 	short_desc="${short_desc/Python2/Python3}"

From ef52137561b1e5dc715d738a6d355bad873b3511 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 045/320] python-b2sdk: remove noarch.

---
 srcpkgs/python-b2sdk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index 8c51c62d603..e9ddb1e651e 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,8 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 pycompile_module="b2sdk"

From 4139fdab058cc7c8473977fd4c92d56aca2eff73 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 046/320] python-babelfish: remove noarch.

---
 srcpkgs/python-babelfish/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-babelfish/template b/srcpkgs/python-babelfish/template
index 47d5bb176cc..84472cdfd6f 100644
--- a/srcpkgs/python-babelfish/template
+++ b/srcpkgs/python-babelfish/template
@@ -1,8 +1,7 @@
 # Template file for 'python-babelfish'
 pkgname=python-babelfish
 version=0.5.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="babelfish-${version}"
 build_style=python-module
 pycompile_module="babelfish"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-babelfish_package() {
-	archs=noarch
 	pycompile_module="babelfish"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 6b1d03a8b68ec4040846305bbdb4100941619a6a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 047/320] python-backcall: remove noarch.

---
 srcpkgs/python-backcall/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-backcall/template b/srcpkgs/python-backcall/template
index a55af727ab6..ed494f53216 100644
--- a/srcpkgs/python-backcall/template
+++ b/srcpkgs/python-backcall/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backcall'
 pkgname=python-backcall
 version=0.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="backcall-${version}"
 build_style=python-module
 pycompile_module="backcall"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
 checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
 
 python3-backcall_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="backcall"
 	short_desc="${short_desc/Python2/Python3}"

From 36041db1295ed241a1ad519249e9d9de27bc04b8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:03 +1000
Subject: [PATCH 048/320] python-backports.configparser: remove noarch.

---
 srcpkgs/python-backports.configparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.configparser/template b/srcpkgs/python-backports.configparser/template
index 8a641320820..c74f73a0bf6 100644
--- a/srcpkgs/python-backports.configparser/template
+++ b/srcpkgs/python-backports.configparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.configparser'
 pkgname=python-backports.configparser
 version=3.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="configparser-${version}"
 build_style=python2-module
 pycompile_module="backports configparser.py"

From 43a81465fb421d69ff0a252a62e5647a701934c4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 049/320] python-backports.functools_lru_cache: remove noarch.

---
 srcpkgs/python-backports.functools_lru_cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.functools_lru_cache/template b/srcpkgs/python-backports.functools_lru_cache/template
index 0d268c9efa6..9369a600531 100644
--- a/srcpkgs/python-backports.functools_lru_cache/template
+++ b/srcpkgs/python-backports.functools_lru_cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.functools_lru_cache'
 pkgname=python-backports.functools_lru_cache
 version=1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports.functools_lru_cache-${version}"
 build_style=python2-module
 pycompile_module="backports/functools_lru_cache.py"

From 96594d84575c5bca59ad6aada12a5886f71ca3a0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 050/320] python-backports.shutil_get_terminal_size: remove
 noarch.

---
 srcpkgs/python-backports.shutil_get_terminal_size/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.shutil_get_terminal_size/template b/srcpkgs/python-backports.shutil_get_terminal_size/template
index 2e9a5af7f52..b9cee65f938 100644
--- a/srcpkgs/python-backports.shutil_get_terminal_size/template
+++ b/srcpkgs/python-backports.shutil_get_terminal_size/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.shutil_get_terminal_size'
 pkgname=python-backports.shutil_get_terminal_size
 version=1.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports.shutil_get_terminal_size-${version}"
 build_style=python2-module
 pycompile_module="backports"

From 20016720db818ff6b5e5d1b8b70037519b2b4a71 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 051/320] python-backports.ssl_match_hostname: remove noarch.

---
 srcpkgs/python-backports.ssl_match_hostname/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports.ssl_match_hostname/template b/srcpkgs/python-backports.ssl_match_hostname/template
index dd4d76b47db..ecbd58576b2 100644
--- a/srcpkgs/python-backports.ssl_match_hostname/template
+++ b/srcpkgs/python-backports.ssl_match_hostname/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports.ssl_match_hostname'
 pkgname=python-backports.ssl_match_hostname
 version=3.5.0.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="backports.ssl_match_hostname-${version}"
 build_style=python2-module
 pycompile_module="backports"

From 289547d06ceebefc4037350337ac842cad34a9df Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 052/320] python-backports: remove noarch.

---
 srcpkgs/python-backports/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports/template b/srcpkgs/python-backports/template
index eec822727a8..8bd3bb28526 100644
--- a/srcpkgs/python-backports/template
+++ b/srcpkgs/python-backports/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports'
 pkgname=python-backports
 version=1.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="backports-${version}"
 build_style=python2-module
 pycompile_module="backports"

From e1f3c3a837d567b262a1038b6e1834028478d4f4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:04 +1000
Subject: [PATCH 053/320] python-backports_abc: remove noarch.

---
 srcpkgs/python-backports_abc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-backports_abc/template b/srcpkgs/python-backports_abc/template
index 9d2e5565f02..c5525c09cf6 100644
--- a/srcpkgs/python-backports_abc/template
+++ b/srcpkgs/python-backports_abc/template
@@ -1,8 +1,7 @@
 # Template file for 'python-backports_abc'
 pkgname=python-backports_abc
 version=0.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="backports_abc-${version}"
 build_style=python2-module
 pycompile_module="backports_abc.py"

From 7a36e1cd4177d90950993b91ac8ee3051afcbaa0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 054/320] python-bibtexparser: remove noarch.

---
 srcpkgs/python-bibtexparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bibtexparser/template b/srcpkgs/python-bibtexparser/template
index c40115c9fb8..0792038e31a 100644
--- a/srcpkgs/python-bibtexparser/template
+++ b/srcpkgs/python-bibtexparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bibtexparser'
 pkgname=python-bibtexparser
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="bibtexparser-${version}"
 build_style=python-module
 pycompile_module="bibtexparser"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz"
 checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f
 
 python3-bibtexparser_package() {
-	archs=noarch
 	pycompile_module="bibtexparser"
 	depends="python3-parsing python3-future"
 	short_desc="${short_desc/Python2/Python3}"

From 29b61bd9a6b8c90dcdc862930243372baa313f4c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 055/320] python-bitbucket-api: remove noarch.

---
 srcpkgs/python-bitbucket-api/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bitbucket-api/template b/srcpkgs/python-bitbucket-api/template
index 448ea60d53d..83a5056855a 100644
--- a/srcpkgs/python-bitbucket-api/template
+++ b/srcpkgs/python-bitbucket-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bitbucket-api'
 pkgname=python-bitbucket-api
 version=0.5.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="bitbucket-api-${version}"
 build_style=python-module
 pycompile_module="bitbucket"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-bitbucket-api_package() {
-	archs=noarch
 	depends="python3-requests-oauthlib python3-sh"
 	pycompile_module="bitbucket"
 	short_desc="${short_desc/Python2/Python3}"

From 61ce1a45dc8cc5975bc9b29c9d48138c5492ea9d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 056/320] python-bleach: remove noarch.

---
 srcpkgs/python-bleach/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bleach/template b/srcpkgs/python-bleach/template
index 84b0f132eba..8eadfb7f2ee 100644
--- a/srcpkgs/python-bleach/template
+++ b/srcpkgs/python-bleach/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bleach'
 pkgname=python-bleach
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="bleach-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
 checksum=aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48
 
 python3-bleach_package() {
-	archs=noarch
 	depends="python3-six python3-webencodings"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 613463b4f85230c32be7b6d4af778e5d5020ae86 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 057/320] python-blessings: remove noarch.

---
 srcpkgs/python-blessings/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-blessings/template b/srcpkgs/python-blessings/template
index baa4938c328..43ebe525507 100644
--- a/srcpkgs/python-blessings/template
+++ b/srcpkgs/python-blessings/template
@@ -1,8 +1,7 @@
 # Template file for 'python-blessings'
 pkgname=python-blessings
 version=1.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="blessings-${version}"
 build_style=python-module
 pycompile_module="blessings"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-blessings_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="blessings"
 	short_desc="${short_desc/Python2/Python3}"

From 1857742051c1ea5ff1e3e8577fed61d792809729 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 058/320] python-blinker: remove noarch.

---
 srcpkgs/python-blinker/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-blinker/template b/srcpkgs/python-blinker/template
index b6d1d63d19a..36069eec443 100644
--- a/srcpkgs/python-blinker/template
+++ b/srcpkgs/python-blinker/template
@@ -1,8 +1,7 @@
 # Template file for 'python-blinker'
 pkgname=python-blinker
 version=1.4
-revision=4
-archs=noarch
+revision=5
 wrksrc="blinker-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-blinker_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="blinker"
 	short_desc="${short_desc/Python2/Python3}"

From bd1120cb8b2da63b866c968ffeb47161f48efbc5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:05 +1000
Subject: [PATCH 059/320] python-boto: remove noarch.

---
 srcpkgs/python-boto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 684c00feee0..677b84bdd6f 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"
@@ -41,7 +40,6 @@ post_install() {
 }
 
 python3-boto_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="boto"
 	short_desc="${short_desc/Python2/Python3}"

From 2aa82945f1e2c39ae6835db63ad5828479e08938 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 060/320] python-botocore: remove noarch.

---
 srcpkgs/python-botocore/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-botocore/template b/srcpkgs/python-botocore/template
index 600559839d2..b90caeafb9d 100644
--- a/srcpkgs/python-botocore/template
+++ b/srcpkgs/python-botocore/template
@@ -1,8 +1,7 @@
 # Template file for 'python-botocore'
 pkgname=python-botocore
 version=1.17.28
-revision=1
-archs=noarch
+revision=2
 wrksrc="botocore-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
 checksum=c9a4b4ffedeff89848a899bd4634be46a21a190690b505c2050888c0a5447936
 
 python3-botocore_package() {
-	archs=noarch
 	depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7109a419a1f33ecad070496c1287917a40ec0940 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 061/320] python-bottle: remove noarch.

---
 srcpkgs/python-bottle/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-bottle/template b/srcpkgs/python-bottle/template
index 0ffc8adfec7..7b1295dea61 100644
--- a/srcpkgs/python-bottle/template
+++ b/srcpkgs/python-bottle/template
@@ -1,8 +1,7 @@
 # Template file for 'python-bottle'
 pkgname=python-bottle
 version=0.12.17
-revision=2
-archs=noarch
+revision=3
 wrksrc="bottle-${version}"
 build_style=python-module
 pycompile_module="bottle"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-bottle_package() {
-	archs=noarch
 	pycompile_module="bottle"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From dbd7d3adfae619a22594f174c6302d35d3d8ee0b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 062/320] python-cached-property: remove noarch.

---
 srcpkgs/python-cached-property/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cached-property/template b/srcpkgs/python-cached-property/template
index 16c89346565..ca5640bb5e7 100644
--- a/srcpkgs/python-cached-property/template
+++ b/srcpkgs/python-cached-property/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cached-property'
 pkgname=python-cached-property
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cached-property-${version}"
 build_style=python-module
 pycompile_module="cached_property.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cached-property_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="cached_property.py"
 	short_desc="${short_desc/Python2/Python3}"

From 5b7d3976632a0aa4a71442698495ac9a408f93eb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 063/320] python-cairocffi: remove noarch.

---
 srcpkgs/python-cairocffi/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cairocffi/template b/srcpkgs/python-cairocffi/template
index 2cf2d6890cd..40dc503e2e7 100644
--- a/srcpkgs/python-cairocffi/template
+++ b/srcpkgs/python-cairocffi/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cairocffi'
 pkgname=python-cairocffi
 version=0.9.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="cairocffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-cairocffi_package() {
-	archs=noarch
 	depends="python3-cffi cairo"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From b1dd468a258d0b1573839c319c85bc06fb142b66 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:06 +1000
Subject: [PATCH 064/320] python-chardet: remove noarch.

---
 srcpkgs/python-chardet/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index bd502bbbddf..9fb0c4f4dac 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,8 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ checksum=84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
 alternatives="chardet:chardetect:/usr/bin/chardetect2"
 
 python3-chardet_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="chardet"
 	short_desc="${short_desc/Python2/Python3}"

From 3fe28558af3b87dc500a72d4edd669bff3eb9d50 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 065/320] python-chroot: remove noarch.

---
 srcpkgs/python-chroot/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-chroot/template b/srcpkgs/python-chroot/template
index 7faa0f4cce9..efe6d972f7c 100644
--- a/srcpkgs/python-chroot/template
+++ b/srcpkgs/python-chroot/template
@@ -1,8 +1,7 @@
 # Template file for 'python-chroot'
 pkgname=python-chroot
 version=0.9.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychroot-${version}"
 build_style=python-module
 pycompile_module="pychroot"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-chroot_package() {
-	archs=noarch
 	depends="python3-snakeoil"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="chroot:pychroot:/usr/bin/pychroot3"

From 74b2e25cd888d61487a31f3c5e584c44576dc5bb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 066/320] python-cliapp: remove noarch.

---
 srcpkgs/python-cliapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-cliapp/template b/srcpkgs/python-cliapp/template
index fd2c8cc4d13..1793d6bfb95 100644
--- a/srcpkgs/python-cliapp/template
+++ b/srcpkgs/python-cliapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cliapp'
 pkgname=python-cliapp
 version=1.20180121
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 pycompile_module="cliapp"
 hostmakedepends="python-setuptools python-yaml"

From 42c17fac6f3773321abd2012f98f52abd1afbf37 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 067/320] python-click-log: remove noarch.

---
 srcpkgs/python-click-log/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click-log/template b/srcpkgs/python-click-log/template
index b57a7a74b4a..c8c89e0b2b4 100644
--- a/srcpkgs/python-click-log/template
+++ b/srcpkgs/python-click-log/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click-log'
 pkgname=python-click-log
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-log-${version}"
 build_style="python-module"
 pycompile_module="click_log"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-click-log_package() {
-	archs=noarch
 	pycompile_module="click_log"
 	depends="python3-click"
 	short_desc="${short_desc/Python2/Python3}"

From 01c0db38c72ddf6e10366023fce9f302b78b556b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 068/320] python-click-threading: remove noarch.

---
 srcpkgs/python-click-threading/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click-threading/template b/srcpkgs/python-click-threading/template
index 49b4a4a9aae..d7e98c33944 100644
--- a/srcpkgs/python-click-threading/template
+++ b/srcpkgs/python-click-threading/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click-threading'
 pkgname=python-click-threading
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-threading-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-click-threading_package() {
-	archs=noarch
 	pycompile_module="click_threading"
 	depends="python3-click"
 	short_desc="${short_desc/Python2/Python3}"

From fc0d42c66ee738bd204dbaf0747fd342e1096674 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 069/320] python-click: remove noarch.

---
 srcpkgs/python-click/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-click/template b/srcpkgs/python-click/template
index 40d1b25a7ab..e798cd0eca5 100644
--- a/srcpkgs/python-click/template
+++ b/srcpkgs/python-click/template
@@ -1,8 +1,7 @@
 # Template file for 'python-click'
 pkgname=python-click
 version=7.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-click_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From b0efe65cdd3a1f7cb433ae6065ff3bee62cca881 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:07 +1000
Subject: [PATCH 070/320] python-codespell: remove noarch.

---
 srcpkgs/python-codespell/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-codespell/template b/srcpkgs/python-codespell/template
index 9ae2e19435c..ca7c24d5324 100644
--- a/srcpkgs/python-codespell/template
+++ b/srcpkgs/python-codespell/template
@@ -1,8 +1,7 @@
 # Template file for 'python-codespell'
 pkgname=python-codespell
 version=1.16.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="codespell-${version}"
 build_style=python-module
 pycompile_module="codespell_lib"
@@ -17,7 +16,6 @@ checksum=53d22aefa1daf3365ca4625877271d23d143c0a92c16e55daf5cd14b6494b8f4
 alternatives="python-codespell:codespell:/usr/bin/codespell2"
 
 python3-codespell_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="codespell_lib"
 	short_desc="${short_desc/Python2/Python3}"

From 79a9f1252627eb2e9af262163bec90d56bb6982d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 071/320] python-colorama: remove noarch.

---
 srcpkgs/python-colorama/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-colorama/template b/srcpkgs/python-colorama/template
index 09562385243..f9c2861f890 100644
--- a/srcpkgs/python-colorama/template
+++ b/srcpkgs/python-colorama/template
@@ -1,8 +1,7 @@
 # Template file for 'python-colorama'
 pkgname=python-colorama
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorama-${version}"
 build_style=python-module
 pycompile_module="colorama"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-colorama_package() {
-	archs=noarch
 	pycompile_module="colorama"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 6fdbba4dc33ff680e1772ccc2d0f05f06823d198 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 072/320] python-configobj: remove noarch.

---
 srcpkgs/python-configobj/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index a8cb5d5d34e..d292221e887 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,8 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=6
-archs=noarch
+revision=7
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-configobj_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="_version.py configobj.py validate.py"
 	depends="python3-six"

From 2f17d86cd1a6dfa622deb433cd9ab9f22f072afb Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 073/320] python-constantly: remove noarch.

---
 srcpkgs/python-constantly/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index 9160aec9edd..e1607c060b1 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,8 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-constantly_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="constantly"
 	short_desc="${short_desc/Python2/Python3}"

From ffa273434d4f4fa732a2d142d73e296e313c29c2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 074/320] python-construct: remove noarch.

---
 srcpkgs/python-construct/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-construct/template b/srcpkgs/python-construct/template
index d6d0b8010e2..9eba3dd4978 100644
--- a/srcpkgs/python-construct/template
+++ b/srcpkgs/python-construct/template
@@ -1,8 +1,7 @@
 # Template file for 'python-construct'
 pkgname=python-construct
 version=2.9.45
-revision=3
-archs=noarch
+revision=4
 wrksrc="construct-${version}"
 build_style=python-module
 pycompile_module="construct"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-construct_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="construct"
 	short_desc="${short_desc/Python2/Python3}"

From 71deef9234f6f5a824d24bba8452369c1c35dd68 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:08 +1000
Subject: [PATCH 075/320] python-contextlib2: remove noarch.

---
 srcpkgs/python-contextlib2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-contextlib2/template b/srcpkgs/python-contextlib2/template
index 97ef11550c8..69848250008 100644
--- a/srcpkgs/python-contextlib2/template
+++ b/srcpkgs/python-contextlib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-contextlib2'
 pkgname=python-contextlib2
 version=0.5.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="contextlib2-${version}"
 build_style=python2-module
 pycompile_module="contextlib2.py"

From 3f98e7142fc1aa295e8c0cf69af792b6221a381c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 076/320] python-cram: remove noarch.

---
 srcpkgs/python-cram/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cram/template b/srcpkgs/python-cram/template
index 8c5d65fe260..2973bb96788 100644
--- a/srcpkgs/python-cram/template
+++ b/srcpkgs/python-cram/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cram'
 pkgname=python-cram
 version=0.7
-revision=3
-archs=noarch
+revision=4
 wrksrc="cram-${version}"
 build_style=python-module
 pycompile_module="cram"
@@ -17,7 +16,6 @@ checksum=7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f
 alternatives="cram:cram:/usr/bin/cram2"
 
 python3-cram_package() {
-	archs=noarch
 	pycompile_module="cram"
 	alternatives="cram:cram:/usr/bin/cram3"
 	short_desc="${short_desc/Python2/Python3}"

From 06b9e95b8c304a13b7980e28fc380d6952d1f36b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 077/320] python-css-parser: remove noarch.

---
 srcpkgs/python-css-parser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-css-parser/template b/srcpkgs/python-css-parser/template
index f6d2d0cbf8b..851990de938 100644
--- a/srcpkgs/python-css-parser/template
+++ b/srcpkgs/python-css-parser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-css-parser'
 pkgname=python-css-parser
 version=1.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="css-parser-${version}"
 build_style=python-module
 pycompile_module="css_parser"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-css-parser_package() {
-	archs=noarch
 	pycompile_module="css_parser"
 	depends="python3"
 	short_desc="${short_desc/2/3}"

From 5b4f062765162802a00c6c973f7c86701285788b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 078/320] python-cssselect: remove noarch.

---
 srcpkgs/python-cssselect/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cssselect/template b/srcpkgs/python-cssselect/template
index c7f43ebca9f..ed5c677b8e5 100644
--- a/srcpkgs/python-cssselect/template
+++ b/srcpkgs/python-cssselect/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cssselect'
 pkgname=python-cssselect
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="cssselect"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cssselect_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="cssselect"
 	short_desc="${short_desc/Python2/Python3}"

From 2e4bc26fd342d7a4372967004861086146e64c38 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 079/320] python-cssutils: remove noarch.

---
 srcpkgs/python-cssutils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cssutils/template b/srcpkgs/python-cssutils/template
index 5f08903b9a0..bc05c06dd47 100644
--- a/srcpkgs/python-cssutils/template
+++ b/srcpkgs/python-cssutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cssutils'
 pkgname=python-cssutils
 version=1.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="cssutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ python3-cssutils_package() {
 	 cssutils:csscapture:/usr/bin/csscapture3
 	 cssutils:csscombine:/usr/bin/csscombine3
 	 cssutils:cssparse:/usr/bin/cssparse3"
-	archs=noarch
 	pycompile_module="cssutils encutils"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From ce177e9f8301b56ca5a6b29c3a939e9e57ec83af Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:09 +1000
Subject: [PATCH 080/320] python-curtsies: remove noarch.

---
 srcpkgs/python-curtsies/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-curtsies/template b/srcpkgs/python-curtsies/template
index 6126a11e9b4..eb35dbce3e4 100644
--- a/srcpkgs/python-curtsies/template
+++ b/srcpkgs/python-curtsies/template
@@ -1,8 +1,7 @@
 # Template file for 'python-curtsies'
 pkgname=python-curtsies
 version=0.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="curtsies-${version}"
 build_style=python-module
 pycompile_module="curtsies"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-curtsies_package() {
-	archs=noarch
 	pycompile_module="curtsies"
 	depends="python3-blessings python3-wcwidth"
 	short_desc="${short_desc/Python2/Python3}"

From eca9d5fe3c9dd9539da243474ddb745c5d80dcea Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 081/320] python-cycler: remove noarch.

---
 srcpkgs/python-cycler/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-cycler/template b/srcpkgs/python-cycler/template
index 0b53c195dae..2b0aa69afc8 100644
--- a/srcpkgs/python-cycler/template
+++ b/srcpkgs/python-cycler/template
@@ -1,8 +1,7 @@
 # Template file for 'python-cycler'
 pkgname=python-cycler
 version=0.10.0
-revision=5
-archs=noarch
+revision=6
 wrksrc="cycler-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-cycler_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="cycler.py"
 	short_desc="${short_desc/Python2/Python3}"

From 7856effcc24237b97650f84dd1359060888c84c9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 082/320] python-daemonize: remove noarch.

---
 srcpkgs/python-daemonize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-daemonize/template b/srcpkgs/python-daemonize/template
index efaf163e573..204af29e4bf 100644
--- a/srcpkgs/python-daemonize/template
+++ b/srcpkgs/python-daemonize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-daemonize'
 pkgname=python-daemonize
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="daemonize-${version}"
 build_style=python-module
 pycompile_module="daemonize.py"
@@ -20,7 +19,6 @@ post_Install() {
 }
 
 python3-daemonize_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="daemonize.py"
 	short_desc="${short_desc/Python2/Python3}"

From d234b9138edcec54a23abef179396625948ef955 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 083/320] python-dateutil: remove noarch.

---
 srcpkgs/python-dateutil/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index 7675b8f9447..e3b8e9e1752 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-dateutil_package() {
-	archs=noarch
 	depends="python3-six tzdata"
 	pycompile_module="dateutil"
 	short_desc="${short_desc/Python2/Python3}"

From 429ffc041fcd291ee79c2ba6e491819aa7577c7a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 084/320] python-decorator: remove noarch.

---
 srcpkgs/python-decorator/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 7f14fef90a6..5cad98c511d 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,8 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-decorator_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="decorator.py"
 	short_desc="${short_desc/Python2/Python3}"

From 47a5cd585d4f899c1b9699d01e3e286e4e7e484f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 085/320] python-defusedxml: remove noarch.

---
 srcpkgs/python-defusedxml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-defusedxml/template b/srcpkgs/python-defusedxml/template
index 96234eb18c7..5920ecbbeaf 100644
--- a/srcpkgs/python-defusedxml/template
+++ b/srcpkgs/python-defusedxml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-defusedxml'
 pkgname=python-defusedxml
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="defusedxml-${version}"
 build_style=python-module
 pycompile_module="defusedxml"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-defusedxml_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="defusedxml"
 	short_desc="${short_desc/Python2/Python3}"

From 4bb8b2331d078842d5ebf45f00e94ce26b81c7dd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:10 +1000
Subject: [PATCH 086/320] python-discogs_client: remove noarch.

---
 srcpkgs/python-discogs_client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-discogs_client/template b/srcpkgs/python-discogs_client/template
index 5af18eda664..50a9e8bb592 100644
--- a/srcpkgs/python-discogs_client/template
+++ b/srcpkgs/python-discogs_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-discogs_client'
 pkgname=python-discogs_client
 version=2.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="discogs-client-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-discogs_client_package() {
-	archs=noarch
 	depends="python3-requests python3-six python3-oauthlib"
 	pycompile_module="discogs_client"
 	short_desc="${short_desc/Python2/Python3}"

From 6c32c3b804a7a05b2df4ee7dae72eb5cf628a901 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 087/320] python-distutils-extra: remove noarch.

---
 srcpkgs/python-distutils-extra/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 46bb0cccc31..4b0ff720611 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,8 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=4
-archs=noarch
+revision=5
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}
 checksum=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
 
 python3-distutils-extra_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="DistUtilsExtra"
 	short_desc="${short_desc/Python2/Python3}"

From d1fd1d6d9cf8a9e2e603b2e6308e4e362731fbb1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 088/320] python-dnspython: remove noarch.

---
 srcpkgs/python-dnspython/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dnspython/template b/srcpkgs/python-dnspython/template
index 66d237e89ee..76f1f538401 100644
--- a/srcpkgs/python-dnspython/template
+++ b/srcpkgs/python-dnspython/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dnspython'
 pkgname=python-dnspython
 version=1.16.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="dnspython-${version}"
 build_style=python-module
 pycompile_module="dns"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-dnspython_package() {
-	archs=noarch
 	pycompile_module="dns"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 6f985eb9c4a22feaacaf442fabd35acdcd30c07f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 089/320] python-docker-pycreds: remove noarch.

---
 srcpkgs/python-docker-pycreds/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docker-pycreds/template b/srcpkgs/python-docker-pycreds/template
index 2224be0d21d..be811e2134a 100644
--- a/srcpkgs/python-docker-pycreds/template
+++ b/srcpkgs/python-docker-pycreds/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docker-pycreds'
 pkgname=python-docker-pycreds
 version=0.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="docker-pycreds-${version}"
 build_style=python-module
 pycompile_module="dockerpycreds"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/docker-pycreds/docker-pycreds-${version}.tar.gz"
 checksum=6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4
 
 python3-docker-pycreds_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="dockerpycreds"
 	short_desc="${short_desc/Python2/Python3}"

From af417c91796faa07985de7d4f9c2097eeccf5a63 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 090/320] python-docker: remove noarch.

---
 srcpkgs/python-docker/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docker/template b/srcpkgs/python-docker/template
index 4d004057a37..2e7144d194b 100644
--- a/srcpkgs/python-docker/template
+++ b/srcpkgs/python-docker/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docker'
 pkgname=python-docker
 version=4.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="docker-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
 checksum=bad94b8dd001a8a4af19ce4becc17f41b09f228173ffe6a4e0355389eef142f2
 
 python3-docker_package() {
-	archs=noarch
 	depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 727e248dc06a109cde1483dfc02fd445db092067 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:11 +1000
Subject: [PATCH 091/320] python-dockerpty: remove noarch.

---
 srcpkgs/python-dockerpty/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dockerpty/template b/srcpkgs/python-dockerpty/template
index 4a0b3a7a33f..6e380361e6f 100644
--- a/srcpkgs/python-dockerpty/template
+++ b/srcpkgs/python-dockerpty/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dockerpty'
 pkgname=python-dockerpty
 version=0.4.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="dockerpty-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
 checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
 
 python3-dockerpty_package() {
-	archs=noarch
 	depends="python3-six python3-docker"
 	pycompile_module="dockerpty"
 	short_desc="${short_desc/Python2/Python3}"

From fef00ea746cdd3009dc9d9c91580813b95724c72 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 092/320] python-docopt: remove noarch.

---
 srcpkgs/python-docopt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docopt/template b/srcpkgs/python-docopt/template
index 48e5f86c1e0..9e461bb222c 100644
--- a/srcpkgs/python-docopt/template
+++ b/srcpkgs/python-docopt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docopt'
 pkgname=python-docopt
 version=0.6.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="docopt-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-docopt_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="docopt.py"
 	short_desc="${short_desc/Python2/Python3}"

From aee72e33e8c0c2d95d8466c8790946ed96dc3ba7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 093/320] python-docutils: remove noarch.

---
 srcpkgs/python-docutils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 99e74968ddd..053f0f5be98 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -53,7 +52,6 @@ python3-docutils_package() {
 	 docutils:rst2xetex:/usr/bin/rst2xetex.py3
 	 docutils:rst2xml:/usr/bin/rst2xml.py3
 	 docutils:rstpep2html:/usr/bin/rstpep2html.py3"
-	archs=noarch
 	depends="python3 python3-Pygments"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2f535a8cf051ca4070f660fff7a3ce496d2b9b82 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 094/320] python-dominate: remove noarch.

---
 srcpkgs/python-dominate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-dominate/template b/srcpkgs/python-dominate/template
index 77fa674d156..77e39515acf 100644
--- a/srcpkgs/python-dominate/template
+++ b/srcpkgs/python-dominate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-dominate'
 pkgname=python-dominate
 version=2.5.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dominate-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -14,7 +13,6 @@ distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
 checksum=a184e19ca36646a85ec40b83fe3762c08834ffe51499ec436eeb6646edde36ac
 
 python3-dominate_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From b9bd11e6cc1e9bd2f5563a1d22866b3bf59a8b0f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 095/320] python-ecdsa: remove noarch.

---
 srcpkgs/python-ecdsa/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ecdsa/template b/srcpkgs/python-ecdsa/template
index 9e1108b28eb..64d642f26b6 100644
--- a/srcpkgs/python-ecdsa/template
+++ b/srcpkgs/python-ecdsa/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ecdsa'
 pkgname=python-ecdsa
 version=0.14.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-/}-${version}"
 build_style=python-module
 pycompile_module="ecdsa"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-ecdsa_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="ecdsa"
 	short_desc="${short_desc/Python2/Python3}"

From 00c57dc3093e783bb0bffd3bb5a86bb6753d0dda Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:12 +1000
Subject: [PATCH 096/320] python-empy: remove noarch.

---
 srcpkgs/python-empy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-empy/template b/srcpkgs/python-empy/template
index 4668a9cc814..1617faf0aa9 100644
--- a/srcpkgs/python-empy/template
+++ b/srcpkgs/python-empy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-empy'
 pkgname=python-empy
 version=3.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="empy-${version}"
 build_style=python-module
 pycompile_module="EmPy"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-empy_package() {
-	archs=noarch
 	pycompile_module="EmPy"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 9f6825b02067347c8163447422edac8d7ecc6cae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 097/320] python-enchant: remove noarch.

---
 srcpkgs/python-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-enchant/template b/srcpkgs/python-enchant/template
index 68d35c0e13a..d29c1ad7ac6 100644
--- a/srcpkgs/python-enchant/template
+++ b/srcpkgs/python-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enchant'
 pkgname=python-enchant
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyenchant-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools enchant-devel"

From 8db64105e21daa2db2f47bd4daaf33fb63060e42 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 098/320] python-entrypoints: remove noarch.

---
 srcpkgs/python-entrypoints/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-entrypoints/template b/srcpkgs/python-entrypoints/template
index 6070650f35d..9c467375817 100644
--- a/srcpkgs/python-entrypoints/template
+++ b/srcpkgs/python-entrypoints/template
@@ -1,8 +1,7 @@
 # Template file for 'python-entrypoints'
 pkgname=python-entrypoints
 version=0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="entrypoints-${version}"
 build_style=python-module
 pycompile_module="entrypoints.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-entrypoints_package() {
-	archs=noarch
 	pycompile_module="entrypoints.py"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 01d8da236218b884f201978167ce05a7caf44a8f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 099/320] python-enum34: remove noarch.

---
 srcpkgs/python-enum34/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-enum34/template b/srcpkgs/python-enum34/template
index 9bd644fe47d..99ca2ade67a 100644
--- a/srcpkgs/python-enum34/template
+++ b/srcpkgs/python-enum34/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enum34'
 pkgname=python-enum34
 version=1.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="enum34-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 02527c415ef113d5150deb573c46818da44ee4ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 100/320] python-envdir: remove noarch.

---
 srcpkgs/python-envdir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-envdir/template b/srcpkgs/python-envdir/template
index b8cccad60ac..5fb79bfce8a 100644
--- a/srcpkgs/python-envdir/template
+++ b/srcpkgs/python-envdir/template
@@ -1,8 +1,7 @@
 # Template file for 'python-envdir'
 pkgname=python-envdir
 version=1.0.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="envdir"
@@ -26,7 +25,6 @@ python3-envdir_package() {
 	alternatives="
 	 envdir:envdir:/usr/bin/envdir3
 	 envdir:envshell:/usr/bin/envshell3"
-	archs=noarch
 	pycompile_module="envdir"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 8d96f63be9d6dad6d35375649018ab9eedeef1ee Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:13 +1000
Subject: [PATCH 101/320] python-enzyme: remove noarch.

---
 srcpkgs/python-enzyme/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-enzyme/template b/srcpkgs/python-enzyme/template
index f28f40b0319..4cf5c19b4b2 100644
--- a/srcpkgs/python-enzyme/template
+++ b/srcpkgs/python-enzyme/template
@@ -1,8 +1,7 @@
 # Template file for 'python-enzyme'
 pkgname=python-enzyme
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="enzyme-${version}"
 build_style=python-module
 pycompile_module="enzyme"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/e/enzyme/enzyme-${version}.tar.gz"
 checksum=f2167fa97c24d1103a94d4bf4eb20f00ca76c38a37499821049253b2059c62bb
 
 python3-enzyme_package() {
-	archs=noarch
 	pycompile_module="enzyme"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 6314e6ee99c82cd42ac6537e16b1978c29ed1f95 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 102/320] python-ewmh: remove noarch.

---
 srcpkgs/python-ewmh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ewmh/template b/srcpkgs/python-ewmh/template
index a96490fb56d..60515838113 100644
--- a/srcpkgs/python-ewmh/template
+++ b/srcpkgs/python-ewmh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ewmh'
 pkgname=python-ewmh
 version=0.1.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="ewmh"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/e/ewmh/ewmh-${version}.tar.gz"
 checksum=c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d
 
 python3-ewmh_package() {
-	archs=noarch
 	depends="python3-xlib"
 	pycompile_module="ewmh"
 	short_desc="${short_desc/Python2/Python3}"

From 8b7d2054a0931bc04c786acb7afa297101f501f5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 103/320] python-exifread: remove noarch.

---
 srcpkgs/python-exifread/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-exifread/template b/srcpkgs/python-exifread/template
index 834aa7730ee..5e55edc9c4a 100644
--- a/srcpkgs/python-exifread/template
+++ b/srcpkgs/python-exifread/template
@@ -1,8 +1,7 @@
 # Template file for 'python-exifread'
 pkgname=python-exifread
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python-module"
 pycompile_module="exifread"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-exifread_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="exifread"
 	short_desc="${short_desc/Python2/Python3}"

From 18d5d1cf92b3cffa0ed5b4887302fcdfbd67a4b6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 104/320] python-fasteners: remove noarch.

---
 srcpkgs/python-fasteners/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-fasteners/template b/srcpkgs/python-fasteners/template
index 24d2ec0611f..5f1e57a3b7f 100644
--- a/srcpkgs/python-fasteners/template
+++ b/srcpkgs/python-fasteners/template
@@ -1,8 +1,7 @@
 # Template file for 'python-fasteners'
 pkgname=python-fasteners
 version=0.15
-revision=2
-archs=noarch
+revision=3
 wrksrc="fasteners-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz"
 checksum=3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef
 
 python3-fasteners_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="fasteners"
 	short_desc="${short_desc/Python2/Python3}"

From 39257539a777d3c04afcc5dda9542a5a81e57b1a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 105/320] python-feedgenerator: remove noarch.

---
 srcpkgs/python-feedgenerator/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-feedgenerator/template b/srcpkgs/python-feedgenerator/template
index 24d5317b1e9..2100307228e 100644
--- a/srcpkgs/python-feedgenerator/template
+++ b/srcpkgs/python-feedgenerator/template
@@ -1,8 +1,7 @@
 # Template file for 'python-feedgenerator'
 pkgname=python-feedgenerator
 version=1.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="feedgenerator-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/feedgenerator/feedgenerator-${version}.tar.gz"
 checksum=a28a5add781509390d1a6a52d017829853ee4bef1d2e7b4d5da0e9d1b395ce54
 
 python3-feedgenerator_package() {
-	archs=noarch
 	depends="python3-pytz python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From f778aaacaf2d9666d16bd04fcf130c31dba710f5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 106/320] python-feedparser: remove noarch.

---
 srcpkgs/python-feedparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 94f0a58ec88..64ba314b0b8 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=6
-archs=noarch
+revision=7
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-feedparser_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="feedparser.py"
 	short_desc="${short_desc/Python2/Python3}"

From e3c6330ad589a19d0fe6bcb608cab542892eb7da Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:14 +1000
Subject: [PATCH 107/320] python-filetype: remove noarch.

---
 srcpkgs/python-filetype/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-filetype/template b/srcpkgs/python-filetype/template
index 10b974794b5..1807618ca30 100644
--- a/srcpkgs/python-filetype/template
+++ b/srcpkgs/python-filetype/template
@@ -1,8 +1,7 @@
 # Template file for 'python-filetype'
 pkgname=python-filetype
 version=1.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="filetype-${version}"
 build_style=python-module
 pycompile_module="filetype"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-filetype_package() {
-	archs=noarch
 	pycompile_module="filetype"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From fc1e9088a2e5c8caf6b2ce95d916eb628da00958 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 108/320] python-flaky: remove noarch.

---
 srcpkgs/python-flaky/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-flaky/template b/srcpkgs/python-flaky/template
index e8e681421f7..1a9c87bd038 100644
--- a/srcpkgs/python-flaky/template
+++ b/srcpkgs/python-flaky/template
@@ -1,8 +1,7 @@
 # Template file for 'python-flaky'
 pkgname=python-flaky
 version=3.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="flaky"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz"
 checksum=8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698
 
 python3-flaky_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="flaky"
 	short_desc="${short_desc/Python2/Python3}"

From fbaa4b719b8338c13db790569245c335b009dd70 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 109/320] python-funcsigs: remove noarch.

---
 srcpkgs/python-funcsigs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-funcsigs/template b/srcpkgs/python-funcsigs/template
index 26f14b0ca3c..404dcec51ae 100644
--- a/srcpkgs/python-funcsigs/template
+++ b/srcpkgs/python-funcsigs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-funcsigs'
 pkgname=python-funcsigs
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="funcsigs-${version}"
 build_style=python2-module
 pycompile_module="funcsigs"

From dffbbbf4e7f0ca559d06695b3b44717322863b3c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 110/320] python-functools32: remove noarch.

---
 srcpkgs/python-functools32/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-functools32/template b/srcpkgs/python-functools32/template
index 53f9d69a576..19936991d96 100644
--- a/srcpkgs/python-functools32/template
+++ b/srcpkgs/python-functools32/template
@@ -1,8 +1,7 @@
 # Template file for 'python-functools32'
 pkgname=python-functools32
 version=3.2.3.post2
-revision=1
-archs=noarch
+revision=2
 wrksrc="functools32-${version/.post/-}"
 build_style=python2-module
 pycompile_module="functools32"

From 1e24de03a97595bed02a208350002a24173cfcdf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 111/320] python-future: remove noarch.

---
 srcpkgs/python-future/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template
index 88b09a1944f..e0d5ac47baa 100644
--- a/srcpkgs/python-future/template
+++ b/srcpkgs/python-future/template
@@ -1,8 +1,7 @@
 # Template file for 'python-future'
 pkgname=python-future
 version=0.18.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="future-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ python3-future_package() {
 	alternatives="
 	 future:futurize:/usr/bin/futurize3
 	 future:pasteurize:/usr/bin/pasteurize3"
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 42b2bd8364ed8ccc99339bb9e5e4dfc77dffa3a9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:15 +1000
Subject: [PATCH 112/320] python-futures: remove noarch.

---
 srcpkgs/python-futures/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-futures/template b/srcpkgs/python-futures/template
index 12d1f4ae71f..8adcf0fe56a 100644
--- a/srcpkgs/python-futures/template
+++ b/srcpkgs/python-futures/template
@@ -1,8 +1,7 @@
 # Template file for 'python-futures'
 pkgname=python-futures
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="futures-${version}"
 build_style=python2-module
 pycompile_module="concurrent"

From 9c550627ff27add7394f43f5a2611d99b9255ad8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 113/320] python-gitdb: remove noarch.

---
 srcpkgs/python-gitdb/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gitdb/template b/srcpkgs/python-gitdb/template
index 253ddaa07bd..643d33d006d 100644
--- a/srcpkgs/python-gitdb/template
+++ b/srcpkgs/python-gitdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gitdb'
 pkgname=python-gitdb
 version=2.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitdb2-${version}"
 build_style=python-module
 pycompile_module="gitdb"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-gitdb_package() {
-	archs=noarch
 	depends="python3-smmap"
 	pycompile_module="gitdb"
 	short_desc="${short_desc/Python2/Python3}"

From a2b2a9bc9fc8db233eeae39d621cf50b5b96b5ec Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 114/320] python-github3: remove noarch.

---
 srcpkgs/python-github3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-github3/template b/srcpkgs/python-github3/template
index 425fe1b7362..bfc064f0e32 100644
--- a/srcpkgs/python-github3/template
+++ b/srcpkgs/python-github3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-github3'
 pkgname=python-github3
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="github3.py-${version}"
 build_style=python-module
 pycompile_module="github3"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-github3_package() {
-	archs=noarch
 	depends="python3-requests python3-uritemplate"
 	pycompile_module="github3"
 	short_desc="${short_desc/Python2/Python3}"

From b828d3cd9a813edf8e50e960c4f09ae136643842 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 115/320] python-gitlab: remove noarch.

---
 srcpkgs/python-gitlab/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gitlab/template b/srcpkgs/python-gitlab/template
index 0f71b4c7153..783c64debbf 100644
--- a/srcpkgs/python-gitlab/template
+++ b/srcpkgs/python-gitlab/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gitlab'
 pkgname=python-gitlab
 version=1.12.1
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="gitlab"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -22,7 +21,6 @@ do_check() {
 }
 
 python3-gitlab_package() {
-	archs=noarch
 	depends="python3-setuptools python3-requests python3-six"
 	pycompile_module="gitlab"
 	short_desc="${short_desc/Python2/Python3}"

From 4c5dbb648986b870c115422f1d75731151607692 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 116/320] python-gntp: remove noarch.

---
 srcpkgs/python-gntp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index 7b3bb5a7bb7..b7a172f348a 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=5
-archs=noarch
+revision=6
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-gntp_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="gntp"
 	short_desc="${short_desc/Python2/Python3}"

From 8a75691205de71124b18d29cacd6d9aa38d13c64 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 117/320] python-gnupg: remove noarch.

---
 srcpkgs/python-gnupg/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gnupg/template b/srcpkgs/python-gnupg/template
index b5dd94bf8e1..57da7d3c272 100644
--- a/srcpkgs/python-gnupg/template
+++ b/srcpkgs/python-gnupg/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gnupg'
 pkgname=python-gnupg
 version=0.4.6
-revision=1
-archs=noarch
+revision=2
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python gnupg"
@@ -20,7 +19,6 @@ post_install() {
 python3-gnupg_package() {
 	depends="python3 gnupg"
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 		vlicense LICENSE.txt

From 6d64a9189ad72b339ab8f663df1abd7e7ad93814 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:16 +1000
Subject: [PATCH 118/320] python-gogs-client: remove noarch.

---
 srcpkgs/python-gogs-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-gogs-client/template b/srcpkgs/python-gogs-client/template
index 027135d430c..5b9cd97bfc3 100644
--- a/srcpkgs/python-gogs-client/template
+++ b/srcpkgs/python-gogs-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-gogs-client'
 pkgname=python-gogs-client
 version=1.0.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="gogs_client-${version}"
 build_style=python-module
 pycompile_module="gogs_client"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-gogs-client_package() {
-	archs=noarch
 	depends="python3-future python3-requests python3-attrs"
 	pycompile_module="gogs_client"
 	short_desc="${short_desc/Python2/Python3}"

From b52bbb561493ffbcbd9b436f6d64e58c0d5d9bbd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 119/320] python-h11: remove noarch.

---
 srcpkgs/python-h11/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-h11/template b/srcpkgs/python-h11/template
index 7f2d2c5fa8a..49c520005ba 100644
--- a/srcpkgs/python-h11/template
+++ b/srcpkgs/python-h11/template
@@ -1,8 +1,7 @@
 # Template file for 'python-h11'
 pkgname=python-h11
 version=0.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=h11-${version}
 build_style=python-module
 pycompile_module="h11"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-h11_package() {
-	archs=noarch
 	pycompile_module="h11"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 15109ccf8eaeea06c3e63e3944b649c2cf8d3743 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 120/320] python-habanero: remove noarch.

---
 srcpkgs/python-habanero/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-habanero/template b/srcpkgs/python-habanero/template
index a914f21ecb7..70a72e2f941 100644
--- a/srcpkgs/python-habanero/template
+++ b/srcpkgs/python-habanero/template
@@ -1,8 +1,7 @@
 # Template file for 'python-habanero'
 pkgname=python-habanero
 version=0.6.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="habanero-${version}"
 build_style=python-module
 pycompile_module="habanero"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-habanero_package() {
-	archs=noarch
 	pycompile_module="habanero"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 83263a448b65478136b3ec3baff01d0a55bd42b9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 121/320] python-hpack: remove noarch.

---
 srcpkgs/python-hpack/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hpack/template b/srcpkgs/python-hpack/template
index ffbac313103..ba5439a1896 100644
--- a/srcpkgs/python-hpack/template
+++ b/srcpkgs/python-hpack/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hpack'
 pkgname=python-hpack
 version=3.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=hpack-${version}
 build_style=python-module
 pycompile_module="hpack"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hpack_package() {
-	archs=noarch
 	pycompile_module="hpack"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 10e096c8528a03d3821899ad3102291262295c7c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 122/320] python-html2text: remove noarch.

---
 srcpkgs/python-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-html2text/template b/srcpkgs/python-html2text/template
index f83a3a4c020..cf9617a4f54 100644
--- a/srcpkgs/python-html2text/template
+++ b/srcpkgs/python-html2text/template
@@ -2,8 +2,7 @@
 # Remove after calibre moves to py3
 pkgname=python-html2text
 version=2019.8.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="html2text"

From 55f5903c57c46b8f3e38f6e2e5c2cb30d1935732 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:17 +1000
Subject: [PATCH 123/320] python-html5lib: remove noarch.

---
 srcpkgs/python-html5lib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-html5lib/template b/srcpkgs/python-html5lib/template
index 2565de64fd2..a9ff3cac98d 100644
--- a/srcpkgs/python-html5lib/template
+++ b/srcpkgs/python-html5lib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-html5lib'
 pkgname=python-html5lib
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="html5lib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-html5lib_package() {
-	archs=noarch
 	pycompile_module="html5lib"
 	depends="python3-six python3-webencodings"
 	short_desc="${short_desc/Python2/Python3}"

From 3d4a2d6ca6cc9cf1d1390e909988754b2dcafb5e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 124/320] python-httmock: remove noarch.

---
 srcpkgs/python-httmock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-httmock/template b/srcpkgs/python-httmock/template
index e798b4fc1b3..928f0b9a7b9 100644
--- a/srcpkgs/python-httmock/template
+++ b/srcpkgs/python-httmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-httmock'
 pkgname=python-httmock
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="httmock-${version}"
 build_style=python-module
 pycompile_module="httmock.py"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-httmock_package() {
-	archs=noarch
 	pycompile_module="httmock.py"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From c665c21e2a885508767ec10ac3976c6d8a1430cc Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 125/320] python-httplib2: remove noarch.

---
 srcpkgs/python-httplib2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template
index 3a31c396621..ebcf40089f8 100644
--- a/srcpkgs/python-httplib2/template
+++ b/srcpkgs/python-httplib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-httplib2'
 pkgname=python-httplib2
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python-module
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-httplib2_package() {
-	archs=noarch
 	depends="python3 ca-certificates"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e4d358c3eb1f8920c7074ab89402830c23446f2d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 126/320] python-hyper-h2: remove noarch.

---
 srcpkgs/python-hyper-h2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template
index eb29959d45b..410e8359df8 100644
--- a/srcpkgs/python-hyper-h2/template
+++ b/srcpkgs/python-hyper-h2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyper-h2'
 pkgname=python-hyper-h2
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="hyper-h2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-hyper-h2_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3 python3-hpack python3-hyperframe"
 	pkg_install() {

From e89b5ca3aabadfb05fe84cfc2096ab423248b7e1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 127/320] python-hyperframe: remove noarch.

---
 srcpkgs/python-hyperframe/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyperframe/template b/srcpkgs/python-hyperframe/template
index 6b544c2061c..caa3d234916 100644
--- a/srcpkgs/python-hyperframe/template
+++ b/srcpkgs/python-hyperframe/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyperframe'
 pkgname=python-hyperframe
 version=5.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=hyperframe-${version}
 build_style=python-module
 pycompile_module="hyperframe"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hyperframe_package() {
-	archs=noarch
 	pycompile_module="hyperframe"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From cdae37ab74fc19774e2535762e16c7263347c9cc Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:18 +1000
Subject: [PATCH 128/320] python-hyperlink: remove noarch.

---
 srcpkgs/python-hyperlink/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 945bf72ee59..933a3540c20 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-hyperlink_package() {
-	archs=noarch
 	depends="python3-idna"
 	pycompile_module="hyperlink"
 	short_desc="${short_desc/Python2/Python3}"

From 6cc49e1ac1ce2d7d905096d4f7726f0e90b94d88 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 129/320] python-hypothesis: remove noarch.

---
 srcpkgs/python-hypothesis/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index de55593fc02..4c8c0291fc6 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,8 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module
@@ -35,7 +34,6 @@ do_check() {
 }
 
 python3-hypothesis_package() {
-	archs=noarch
 	pycompile_module="hypothesis"
 	depends="python3-attrs python3-coverage"
 	short_desc="${short_desc/Python2/Python3}"

From 63414b856325fd12448dbfaf907bc962e28bcfef Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 130/320] python-icalendar: remove noarch.

---
 srcpkgs/python-icalendar/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template
index dbb7ddb8fd3..fc38f0ee19f 100644
--- a/srcpkgs/python-icalendar/template
+++ b/srcpkgs/python-icalendar/template
@@ -1,8 +1,7 @@
 # Template file for 'python-icalendar'
 pkgname=python-icalendar
 version=4.0.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="icalendar-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-icalendar_package() {
-	archs=noarch
 	depends="python3-setuptools python3-dateutil python3-pytz"
 	alternatives="icalendar:icalendar:/usr/bin/icalendar3"
 	short_desc="${short_desc/Python2/Python3}"

From 4196da20a874e501052cc6d2c66d54a91678e1ad Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 131/320] python-idna: remove noarch.

---
 srcpkgs/python-idna/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 9de25fa6392..1a097884cbe 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,8 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=1
-archs=noarch
+revision=2
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-idna_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 54498bc2dddfbd8eeb954c1dc1851b14270552ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 132/320] python-imagesize: remove noarch.

---
 srcpkgs/python-imagesize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-imagesize/template b/srcpkgs/python-imagesize/template
index f64c86812b5..7eefcfdc009 100644
--- a/srcpkgs/python-imagesize/template
+++ b/srcpkgs/python-imagesize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-imagesize'
 pkgname=python-imagesize
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="imagesize-${version}"
 build_style=python-module
 pycompile_module="imagesize.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-imagesize_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="imagesize.py"
 	short_desc="${short_desc/Python2/Python3}"

From 0d2deb35d6b3e52d8cd0877fe4693909d4db5a1a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:19 +1000
Subject: [PATCH 133/320] python-incremental: remove noarch.

---
 srcpkgs/python-incremental/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 70477e26866..1a8b7f8d206 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,8 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-incremental_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="incremental"
 	short_desc="${short_desc/Python2/Python3}"

From 850c5d630d50b03ae59f5c368b10fb394e5ae3f7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 134/320] python-inotify: remove noarch.

---
 srcpkgs/python-inotify/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-inotify/template b/srcpkgs/python-inotify/template
index 64e48fd9330..ce7f62c0065 100644
--- a/srcpkgs/python-inotify/template
+++ b/srcpkgs/python-inotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python-inotify'
 pkgname=python-inotify
 version=0.9.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="pyinotify-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-inotify_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pyinotify.py"
 	short_desc="${short_desc/Python2/Python3}"

From f9bbd2e5d3de65b30e808e58d215d29cf261b653 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 135/320] python-ipaddr: remove noarch.

---
 srcpkgs/python-ipaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ipaddr/template b/srcpkgs/python-ipaddr/template
index 9bd50773ae6..6f1d8c9fabb 100644
--- a/srcpkgs/python-ipaddr/template
+++ b/srcpkgs/python-ipaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ipaddr'
 pkgname=python-ipaddr
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipaddr-${version}"
 build_style=python2-module
 pycompile_module="ipaddr.py"

From 307ef19971f0aa0756000ffcbe5d7e90903d9b7e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 136/320] python-ipaddress: remove noarch.

---
 srcpkgs/python-ipaddress/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ipaddress/template b/srcpkgs/python-ipaddress/template
index 8a2d6c80b31..5c88955e45e 100644
--- a/srcpkgs/python-ipaddress/template
+++ b/srcpkgs/python-ipaddress/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ipaddress'
 pkgname=python-ipaddress
 version=1.0.23
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipaddress-${version}"
 build_style=python2-module
 hostmakedepends="python-devel"

From e813b22cb3f2548bf36e34e56f19721786edf7d7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 137/320] python-iptools: remove noarch.

---
 srcpkgs/python-iptools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-iptools/template b/srcpkgs/python-iptools/template
index 3c53013fb9d..4beceefd2dd 100644
--- a/srcpkgs/python-iptools/template
+++ b/srcpkgs/python-iptools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-iptools'
 pkgname=python-iptools
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="iptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-iptools_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="iptools"
 	short_desc="${short_desc/Python2/Python3}"

From 5dbe53f1bf034fd033812094f6d9410457aaf680 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:20 +1000
Subject: [PATCH 138/320] python-isbnlib: remove noarch.

---
 srcpkgs/python-isbnlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isbnlib/template b/srcpkgs/python-isbnlib/template
index 1cc46a060d6..9615f3cd38d 100644
--- a/srcpkgs/python-isbnlib/template
+++ b/srcpkgs/python-isbnlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isbnlib'
 pkgname=python-isbnlib
 version=3.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="isbnlib-${version}"
 build_style=python-module
 pycompile_module="isbnlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-isbnlib_package() {
-	archs=noarch
 	pycompile_module="isbnlib"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 6eccab4a44a67f93fed9f1073c2fa6b8b8f772ca Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 139/320] python-isodate: remove noarch.

---
 srcpkgs/python-isodate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index 74e4e813e64..b2f65659bad 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-isodate_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="isodate"
 	short_desc="${short_desc/Python2/Python3}"

From 1e1d613ef2da1980d04d053e4c4dc9e6ea9575f2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 140/320] python-isort: remove noarch.

---
 srcpkgs/python-isort/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-isort/template b/srcpkgs/python-isort/template
index cd8e43b69ea..7eccc67d69b 100644
--- a/srcpkgs/python-isort/template
+++ b/srcpkgs/python-isort/template
@@ -1,8 +1,7 @@
 # Template file for 'python-isort'
 pkgname=python-isort
 version=4.3.21
-revision=2
-archs=noarch
+revision=3
 wrksrc="isort-${version}"
 build_style=python-module
 pycompile_module="isort"
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-isort_package() {
-	archs=noarch
 	pycompile_module="isort"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 61dc080f4069ef5728b20df6f7ece89f6caa0730 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 141/320] python-jaraco.functools: remove noarch.

---
 srcpkgs/python-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-jaraco.functools/template b/srcpkgs/python-jaraco.functools/template
index 55c82a8101a..063a118f98a 100644
--- a/srcpkgs/python-jaraco.functools/template
+++ b/srcpkgs/python-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jaraco.functools'
 pkgname=python-jaraco.functools
 version=2.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="jaraco.functools-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From d520d8406385e83040ca5f5cc9ecdaa70e3593ad Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 142/320] python-jmespath: remove noarch.

---
 srcpkgs/python-jmespath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jmespath/template b/srcpkgs/python-jmespath/template
index 6f1dfcecf0f..82b18ad10b3 100644
--- a/srcpkgs/python-jmespath/template
+++ b/srcpkgs/python-jmespath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jmespath'
 pkgname=python-jmespath
 version=0.10.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jmespath.py-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-jmespath_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="jmespath:jp.py:/usr/bin/jp.py3"

From ea76c5333aa16d15497634de46fb8efd1564b989 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:21 +1000
Subject: [PATCH 143/320] python-jsonpointer: remove noarch.

---
 srcpkgs/python-jsonpointer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonpointer/template b/srcpkgs/python-jsonpointer/template
index fd103d123aa..53f52d17dad 100644
--- a/srcpkgs/python-jsonpointer/template
+++ b/srcpkgs/python-jsonpointer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jsonpointer'
 pkgname=python-jsonpointer
 version=2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="jsonpointer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-jsonpointer_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="jsonpointer.py"
 	short_desc="${short_desc/Python2/Python3}"

From 71cbe66e5588be54bb0e38c2eb095233b052b46a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 144/320] python-jsonrpclib: remove noarch.

---
 srcpkgs/python-jsonrpclib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonrpclib/template b/srcpkgs/python-jsonrpclib/template
index a245168a824..bbdf0d3cd0f 100644
--- a/srcpkgs/python-jsonrpclib/template
+++ b/srcpkgs/python-jsonrpclib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-jsonrpclib'
 pkgname=python-jsonrpclib
 version=0.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python-module
 pycompile_module="jsonrpclib"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/j/jsonrpclib-pelix/jsonrpclib-pelix-${version}.tar.gz"
 checksum=19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de
 
 python3-jsonrpclib_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1a77e23c97a0c350afa66a3ed4c24fd077d0efe1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 145/320] python-jsonschema: remove noarch.

---
 srcpkgs/python-jsonschema/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-jsonschema/template b/srcpkgs/python-jsonschema/template
index 326b5609d36..50d3ce6964b 100644
--- a/srcpkgs/python-jsonschema/template
+++ b/srcpkgs/python-jsonschema/template
@@ -2,8 +2,7 @@
 pkgname=python-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jsonschema-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -29,7 +28,6 @@ post_install() {
 }
 
 python3-jsonschema_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="jsonschema"
 	short_desc="${short_desc/Python2/Python3}"

From 04682c6c706391463b24c73b9bb0dc86566f80ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 146/320] python-kaptan: remove noarch.

---
 srcpkgs/python-kaptan/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-kaptan/template b/srcpkgs/python-kaptan/template
index 6668b240008..63fc48851ee 100644
--- a/srcpkgs/python-kaptan/template
+++ b/srcpkgs/python-kaptan/template
@@ -1,8 +1,7 @@
 # Template file for 'python-kaptan'
 pkgname=python-kaptan
 version=0.5.12
-revision=2
-archs=noarch
+revision=3
 wrksrc="kaptan-${version}"
 build_style=python-module
 pycompile_module="kaptan"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-kaptan_package() {
-	archs=noarch
 	pycompile_module="kaptan"
 	depends="python3 python3-yaml"
 	short_desc="${short_desc/Python2/Python3}"

From 9e5cd508d306bbcf93c270b459e99771c223f193 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 147/320] python-keepalive: remove noarch.

---
 srcpkgs/python-keepalive/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-keepalive/template b/srcpkgs/python-keepalive/template
index 50e1d7e6e78..81b61454335 100644
--- a/srcpkgs/python-keepalive/template
+++ b/srcpkgs/python-keepalive/template
@@ -1,8 +1,7 @@
 # Template file for 'python-keepalive'
 pkgname=python-keepalive
 version=0.5
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/k/keepalive/keepalive-${version}.tar.gz"
 checksum=3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1
 
 python3-keepalive_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="keepalive"
 	short_desc="${short_desc/Python2/Python3}"

From fc71aa44ab61ea2878fe8b1286da5d5fc393ec3b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:22 +1000
Subject: [PATCH 148/320] python-kitchen: remove noarch.

---
 srcpkgs/python-kitchen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-kitchen/template b/srcpkgs/python-kitchen/template
index 917131d6d93..862f0f13bfd 100644
--- a/srcpkgs/python-kitchen/template
+++ b/srcpkgs/python-kitchen/template
@@ -1,8 +1,7 @@
 # Template file for 'python-kitchen'
 pkgname=python-kitchen
 version=1.2.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="kitchen-${version}"
 build_style=python-module
 pycompile_module="kitchen"
@@ -16,7 +15,6 @@ distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
 checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0
 
 python3-kitchen_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="kitchen"
 	short_desc="${short_desc/Python2/Python3}"

From 5d05c5f7460427084bde17894654427cde2301c6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 149/320] python-larch: remove noarch.

---
 srcpkgs/python-larch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-larch/template b/srcpkgs/python-larch/template
index 7b9fb4a1e5e..43a86644a22 100644
--- a/srcpkgs/python-larch/template
+++ b/srcpkgs/python-larch/template
@@ -1,8 +1,7 @@
 # Template file for 'python-larch'
 pkgname=python-larch
 version=1.20151025
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 hostmakedepends="python-setuptools python-tracing"
 makedepends="python-devel python-tracing"

From 4c6038f6cac1b44db4306df480e2704a6f81c7a7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 150/320] python-ldap3: remove noarch.

---
 srcpkgs/python-ldap3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ldap3/template b/srcpkgs/python-ldap3/template
index 39fcc264979..6b9c151c875 100644
--- a/srcpkgs/python-ldap3/template
+++ b/srcpkgs/python-ldap3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ldap3'
 pkgname=python-ldap3
 version=2.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="ldap3-${version}"
 build_style=python-module
 pycompile_module="ldap3"
@@ -16,7 +15,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=f21d1a65e19ed5a691d7cf30af375e84663254e800ddc950bd7b6f9bb15d2c19
 
 python3-ldap3_package() {
-	archs=noarch
 	depends="python3-pyasn1"
 	pycompile_module="ldap3"
 	short_desc="${short_desc/Python2/Python3}"

From e36c85843ae401f269e0f05fce0c2b00bebe3bb5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 151/320] python-libtmux: remove noarch.

---
 srcpkgs/python-libtmux/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-libtmux/template b/srcpkgs/python-libtmux/template
index 20f43af5f7d..ffff3a8d820 100644
--- a/srcpkgs/python-libtmux/template
+++ b/srcpkgs/python-libtmux/template
@@ -1,8 +1,7 @@
 # Template file for 'python-libtmux'
 pkgname=python-libtmux
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="libtmux-${version}"
 build_style=python-module
 pycompile_module="libtmux"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-libtmux_package() {
-	archs=noarch
 	pycompile_module="libtmux"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From de0593be2c635f3e30a8bdf1f42d823c7b980728 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 152/320] python-lockfile: remove noarch.

---
 srcpkgs/python-lockfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 778cecba7e9..3b9cc302904 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=4
-archs=noarch
+revision=5
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-lockfile_package() {
-	archs=noarch
 	pycompile_module="lockfile"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 0ec426e68aa1e79db88a94c3f0f6fa9bbb04ab8d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 153/320] python-logfury: remove noarch.

---
 srcpkgs/python-logfury/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-logfury/template b/srcpkgs/python-logfury/template
index c190d529bfe..ee683b9df39 100644
--- a/srcpkgs/python-logfury/template
+++ b/srcpkgs/python-logfury/template
@@ -1,8 +1,7 @@
 # Template file for 'python-logfury'
 pkgname=python-logfury
 version=0.1.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="logfury-${version}"
 build_style=python-module
 pycompile_module="logfury"
@@ -29,7 +28,6 @@ do_check() {
 }
 
 python3-logfury_package() {
-	archs=noarch
 	pycompile_module="logfury"
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 6611ee209e854e2ae1bfd816975e9c5a2fe5f988 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:23 +1000
Subject: [PATCH 154/320] python-magic: remove noarch.

---
 srcpkgs/python-magic/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-magic/template b/srcpkgs/python-magic/template
index 6bb26bb6cd2..f533d817690 100644
--- a/srcpkgs/python-magic/template
+++ b/srcpkgs/python-magic/template
@@ -1,8 +1,7 @@
 # Template file for 'python-magic'
 pkgname=python-magic
 version=0.4.18
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python libmagic"
@@ -18,7 +17,6 @@ post_install() {
 }
 
 python3-magic_package() {
-	archs=noarch
 	depends="python3 libmagic"
 	# Beware: not an alternative
 	conflicts="python3-file-magic>=0"

From af0cb09f72168e48e976d881d72c3e74138dc856 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 155/320] python-markdown2: remove noarch.

---
 srcpkgs/python-markdown2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-markdown2/template b/srcpkgs/python-markdown2/template
index e9068f64202..480f5b4feea 100644
--- a/srcpkgs/python-markdown2/template
+++ b/srcpkgs/python-markdown2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-markdown2'
 pkgname=python-markdown2
 version=2.3.8
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="markdown2"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-markdown2_package() {
-	archs=noarch
 	pycompile_module="markdown2"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e036dccb7dc8329eb6ec571dd7a5dca731a9d7d0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 156/320] python-matplotlib: remove noarch.

---
 srcpkgs/python-matplotlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-matplotlib/template b/srcpkgs/python-matplotlib/template
index b155d980569..476b91a14b0 100644
--- a/srcpkgs/python-matplotlib/template
+++ b/srcpkgs/python-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-matplotlib'
 pkgname=python-matplotlib
 version=2.2.4
-revision=2
+revision=4
 wrksrc="matplotlib-${version}"
 build_style=python2-module
 pycompile_module="matplotlib mpl_toolkits pylab.py"
@@ -41,7 +41,6 @@ post_install() {
 }
 
 python-matplotlib-data_package() {
-	archs=noarch
 	conf_files="/etc/matplotlibrc"
 	short_desc+=" - data files"
 	pkg_install() {

From 36ff0b92664ec06a14d4a6b87fd8b536b8cdf15c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 157/320] python-mccabe: remove noarch.

---
 srcpkgs/python-mccabe/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mccabe/template b/srcpkgs/python-mccabe/template
index 1e2ed6328b8..ee1cf4f5df3 100644
--- a/srcpkgs/python-mccabe/template
+++ b/srcpkgs/python-mccabe/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mccabe'
 pkgname=python-mccabe
 version=0.6.1
-revision=3
-archs=noarch
+revision=4
 replaces="mccabe>=0"
 wrksrc="mccabe-${version}"
 build_style=python-module
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-mccabe_package() {
-	archs=noarch
 	pycompile_module="mccabe.py"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 3b79abde0dfdbf8cdfd6d519e2e25aca05593e4f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 158/320] python-mechanize: remove noarch.

---
 srcpkgs/python-mechanize/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template
index ca29bbd0d23..260ef70ebb2 100644
--- a/srcpkgs/python-mechanize/template
+++ b/srcpkgs/python-mechanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mechanize'
 pkgname=python-mechanize
 version=0.4.3
-revision=3
-archs=noarch
+revision=4
 wrksrc="mechanize-${version}"
 build_style=python-module
 pycompile_module="mechanize"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mechanize_package() {
-	archs=noarch
 	depends="python3 python3-html5lib"
 	pycompile_module="mechanize"
 	short_desc="${short_desc/Python2/Python3}"

From ecd878574b00682755e4f4f97269d5af20dba883 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 159/320] python-mistune: remove noarch.

---
 srcpkgs/python-mistune/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template
index ef5c054ba75..e84aef86f3d 100644
--- a/srcpkgs/python-mistune/template
+++ b/srcpkgs/python-mistune/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mistune'
 pkgname=python-mistune
 version=0.8.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="mistune-${version}"
 build_style=python-module
 pycompile_module="mistune.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mistune_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mistune.py"
 	short_desc="${short_desc/Python2/Python3}"

From 5147aac7737f26935d4c6896536dfc04f5c9e8b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:24 +1000
Subject: [PATCH 160/320] python-mock: remove noarch.

---
 srcpkgs/python-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-mock/template b/srcpkgs/python-mock/template
index 8392c6e2a93..701838a09c6 100644
--- a/srcpkgs/python-mock/template
+++ b/srcpkgs/python-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mock'
 pkgname=python-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="mock"

From dad894a5799d5487a677d15a4845b6f5b3d63388 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 161/320] python-monotonic: remove noarch.

---
 srcpkgs/python-monotonic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-monotonic/template b/srcpkgs/python-monotonic/template
index 2c1e997bea1..71bd26c6f18 100644
--- a/srcpkgs/python-monotonic/template
+++ b/srcpkgs/python-monotonic/template
@@ -1,8 +1,7 @@
 # Template file for 'python-monotonic'
 pkgname=python-monotonic
 version=1.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="monotonic-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 201a5385efaa3d8fa9c1e1f2cfba061e7e285e2d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 162/320] python-more-itertools: remove noarch.

---
 srcpkgs/python-more-itertools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-more-itertools/template b/srcpkgs/python-more-itertools/template
index 8b77456eed7..7523a49c597 100644
--- a/srcpkgs/python-more-itertools/template
+++ b/srcpkgs/python-more-itertools/template
@@ -2,8 +2,7 @@
 pkgname=python-more-itertools
 reverts="6.0.0_1"
 version=5.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="more-itertools-${version}"
 build_style=python2-module
 pycompile_module="more_itertools"

From d5470532bb092a9fec4bf1590baa1268f67ba094 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 163/320] python-mpd2: remove noarch.

---
 srcpkgs/python-mpd2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mpd2/template b/srcpkgs/python-mpd2/template
index 0389f8c2a28..fe31eb0164a 100644
--- a/srcpkgs/python-mpd2/template
+++ b/srcpkgs/python-mpd2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mpd2'
 pkgname=python-mpd2
 version=1.0.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mpd"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-mpd2_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mpd"
 	short_desc="${short_desc/Python2/Python3}"

From 157c6535bc8f4b66fe10072ecc3d5fddb4da9e51 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 164/320] python-mpmath: remove noarch.

---
 srcpkgs/python-mpmath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mpmath/template b/srcpkgs/python-mpmath/template
index 8fd4873dd62..923020eb891 100644
--- a/srcpkgs/python-mpmath/template
+++ b/srcpkgs/python-mpmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mpmath'
 pkgname=python-mpmath
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="mpmath-${version}"
 build_style=python-module
 pycompile_module="mpmath"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mpmath_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="mpmath"
 	short_desc="${short_desc/Python2/Python3}"

From 85da0575c8942173b582983b8318852505a7ca56 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 165/320] python-msp430-tools: remove noarch.

---
 srcpkgs/python-msp430-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-msp430-tools/template b/srcpkgs/python-msp430-tools/template
index 84c0fd78cb8..d80188640de 100644
--- a/srcpkgs/python-msp430-tools/template
+++ b/srcpkgs/python-msp430-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-msp430-tools'
 pkgname=python-msp430-tools
 version=0.9.2
-revision=1
-archs=noarch
+revision=2
 build_style=python2-module
 pycompile_module="msp430"
 hostmakedepends="python-setuptools"

From 250db758101d3fef04672f9d772470ce4e382085 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:25 +1000
Subject: [PATCH 166/320] python-mtranslate: remove noarch.

---
 srcpkgs/python-mtranslate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mtranslate/template b/srcpkgs/python-mtranslate/template
index 992c7b76fe9..9f7f03dd1c6 100644
--- a/srcpkgs/python-mtranslate/template
+++ b/srcpkgs/python-mtranslate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mtranslate'
 pkgname=python-mtranslate
 version=1.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="mtranslate-${version}"
 build_style=python-module
 pycompile_module="mtranslate"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-mtranslate_package() {
-	archs=noarch
 	pycompile_module="mtranslate"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 9d172eb98656ddb095a1fd4ecfae67dcf25e6808 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 167/320] python-munkres: remove noarch.

---
 srcpkgs/python-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-munkres/template b/srcpkgs/python-munkres/template
index 97694aeac84..cb4ff417e1c 100644
--- a/srcpkgs/python-munkres/template
+++ b/srcpkgs/python-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python-munkres'
 pkgname=python-munkres
 version=1.0.12
-revision=1
-archs=noarch
+revision=2
 wrksrc="munkres-release-${version}"
 build_style=python2-module
 pycompile_module="munkres.py"

From 93eb7cd6d5856c251d5113b7c8660ae82eb0adb5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 168/320] python-musicbrainzngs: remove noarch.

---
 srcpkgs/python-musicbrainzngs/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-musicbrainzngs/template b/srcpkgs/python-musicbrainzngs/template
index a17ca953a3a..8679b3bfcf5 100644
--- a/srcpkgs/python-musicbrainzngs/template
+++ b/srcpkgs/python-musicbrainzngs/template
@@ -1,8 +1,7 @@
 # Template file for 'python-musicbrainzngs'
 pkgname=python-musicbrainzngs
 version=0.6
-revision=4
-archs=noarch
+revision=5
 wrksrc="musicbrainzngs-${version}"
 build_style="python-module"
 pycompile_module="musicbrainzngs"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-musicbrainzngs_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="musicbrainzngs"
 	short_desc="${short_desc/Python2/Python3}"

From 1fdd8757a1478ea68bd2c7a84632c574b3182348 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 169/320] python-mygpoclient: remove noarch.

---
 srcpkgs/python-mygpoclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-mygpoclient/template b/srcpkgs/python-mygpoclient/template
index ffad63a70a1..2a75d829c53 100644
--- a/srcpkgs/python-mygpoclient/template
+++ b/srcpkgs/python-mygpoclient/template
@@ -1,8 +1,7 @@
 # Template file for 'python-mygpoclient'
 pkgname=python-mygpoclient
 version=1.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="mygpoclient-${version}"
 build_style=python-module
 pycompile_module="mygpoclient"
@@ -30,7 +29,6 @@ python3-mygpoclient_package() {
 	 mygpoclient:mygpo-simple-client:/usr/bin/mygpo-simple-client3"
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="mygpoclient"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 7a8ff5968af419db25b2526877f73b8f587ba440 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 170/320] python-namedlist: remove noarch.

---
 srcpkgs/python-namedlist/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-namedlist/template b/srcpkgs/python-namedlist/template
index f3698e39e10..0eac04b9ad5 100644
--- a/srcpkgs/python-namedlist/template
+++ b/srcpkgs/python-namedlist/template
@@ -1,8 +1,7 @@
 # Template file for 'python-namedlist'
 pkgname=python-namedlist
 version=1.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="namedlist-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
 checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef
 
 python3-namedlist_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="namedlist.py"
 	short_desc="${short_desc/Python2/Python3}"

From 3bb952e8e1cef66c74f7853bf0b8fbc73b5c153c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:26 +1000
Subject: [PATCH 171/320] python-natsort: remove noarch.

---
 srcpkgs/python-natsort/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-natsort/template b/srcpkgs/python-natsort/template
index 7101e297aad..0ed03da1a8a 100644
--- a/srcpkgs/python-natsort/template
+++ b/srcpkgs/python-natsort/template
@@ -1,8 +1,7 @@
 # Template file for 'python-natsort'
 pkgname=python-natsort
 version=6.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="natsort-${version}"
 build_style=python-module
 pycompile_module="natsort"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-natsort_package() {
-	archs=noarch
 	pycompile_module="natsort"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 7920c9728efd4fba422832f89fd1db4619bfe212 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 172/320] python-ndg_httpsclient: remove noarch.

---
 srcpkgs/python-ndg_httpsclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ndg_httpsclient/template b/srcpkgs/python-ndg_httpsclient/template
index 54b653f68a9..46a1d704896 100644
--- a/srcpkgs/python-ndg_httpsclient/template
+++ b/srcpkgs/python-ndg_httpsclient/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ndg_httpsclient'
 pkgname=python-ndg_httpsclient
 version=0.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="ndg_httpsclient-${version}"
 build_style=python-module
 pycompile_module="ndg/httpsclient"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-ndg_httpsclient_package() {
-	archs=noarch
 	depends="python3-openssl python3-pyasn1"
 	pycompile_module="ndg/httpsclient"
 	short_desc="${short_desc/Python2/Python3}"

From 46c49fbc23f3695ea06763e60160f0347404dbcd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 173/320] python-netaddr: remove noarch.

---
 srcpkgs/python-netaddr/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-netaddr/template b/srcpkgs/python-netaddr/template
index 20cc1c93134..cdaaaf53f3b 100644
--- a/srcpkgs/python-netaddr/template
+++ b/srcpkgs/python-netaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-netaddr'
 pkgname=python-netaddr
 version=0.7.19
-revision=3
-archs=noarch
+revision=4
 wrksrc="netaddr-${version}"
 build_style=python-module
 pycompile_module="netaddr"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-netaddr_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="netaddr"
 	short_desc="${short_desc/Python2/Python3}"

From 5060d780f67ff141c5a8e9dd9e9937527659e766 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 174/320] python-nose: remove noarch.

---
 srcpkgs/python-nose/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f2cd7fe5c3f..f5d5cc0bdfb 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,8 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=4
-archs=noarch
+revision=5
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"
@@ -18,7 +17,6 @@ checksum=f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
 alternatives="nose:nosetests:/usr/bin/nosetests2"
 
 python3-nose_package() {
-	archs=noarch
 	pycompile_module="nose"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 04b39c96345092541ade05704c5bd12373fdfa27 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 175/320] python-nose2: remove noarch.

---
 srcpkgs/python-nose2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-nose2/template b/srcpkgs/python-nose2/template
index 058abbd4253..98af16ed7e7 100644
--- a/srcpkgs/python-nose2/template
+++ b/srcpkgs/python-nose2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-nose2'
 pkgname=python-nose2
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="nose2"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-nose2_package() {
-	archs=noarch
 	pycompile_module="nose2"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-setuptools python3-coverage python3-six"

From 403669ec47f33a9076ae84e6c4a83dd0e09cdeba Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 176/320] python-npyscreen: remove noarch.

---
 srcpkgs/python-npyscreen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-npyscreen/template b/srcpkgs/python-npyscreen/template
index 2223850f22e..f25fc6e2610 100644
--- a/srcpkgs/python-npyscreen/template
+++ b/srcpkgs/python-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python-npyscreen'
 pkgname=python-npyscreen
 version=4.10.5.1
-revision=2
+revision=3
 wrksrc="npyscreen-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -13,14 +13,12 @@ license="BSD-2-Clause"
 homepage="https://github.com/bad-day/npyscreen"
 distfiles="https://github.com/bad-day/npyscreen/archive/${version}.tar.gz"
 checksum=6703c22d6bad3131b075d7d242c611a3c7ba8eae03f6d3cb414e3d35dae94b29
-archs=noarch
 
 post_install() {
 	vlicense LICENCE
 }
 
 python3-npyscreen_package() {
-	archs=noarch
 	pycompile_module="npyscreen"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From cfcb082c0dfb71fa62214f9856f92a5e163e0634 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:27 +1000
Subject: [PATCH 177/320] python-ntplib: remove noarch.

---
 srcpkgs/python-ntplib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ntplib/template b/srcpkgs/python-ntplib/template
index 0582fb326c1..6a8087da986 100644
--- a/srcpkgs/python-ntplib/template
+++ b/srcpkgs/python-ntplib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ntplib'
 pkgname=python-ntplib
 version=0.3.3
-revision=4
-archs=noarch
+revision=5
 build_style=python-module
 wrksrc="ntplib-${version}"
 pycompile_module="ntplib.py"

From fa738e9013ecebe3734d06afd336c7fda9020284 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 178/320] python-oauth2client: remove noarch.

---
 srcpkgs/python-oauth2client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-oauth2client/template b/srcpkgs/python-oauth2client/template
index 2398adba276..b9580433fb1 100644
--- a/srcpkgs/python-oauth2client/template
+++ b/srcpkgs/python-oauth2client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-oauth2client'
 pkgname=python-oauth2client
 version=4.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="oauth2client"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/o/oauth2client/oauth2client-${version}.tar.gz"
 checksum=d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6
 
 python3-oauth2client_package() {
-	archs=noarch
 	depends="python3-httplib2 python3-pyasn1 python3-pyasn1-modules
 	 python3-rsa python3-six"
 	pycompile_module="oauth2client"

From 77a8908803a3df97c4db2a691b2ff3d001df6b37 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 179/320] python-oauthlib: remove noarch.

---
 srcpkgs/python-oauthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-oauthlib/template b/srcpkgs/python-oauthlib/template
index 036f1b31c92..66d02dbe06e 100644
--- a/srcpkgs/python-oauthlib/template
+++ b/srcpkgs/python-oauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-oauthlib'
 pkgname=python-oauthlib
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="oauthlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-oauthlib_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From db8550c4456bdd45dc283a59627e50adf7fadc24 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 180/320] python-olefile: remove noarch.

---
 srcpkgs/python-olefile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-olefile/template b/srcpkgs/python-olefile/template
index 803d7b67cd8..9a7d6033cc7 100644
--- a/srcpkgs/python-olefile/template
+++ b/srcpkgs/python-olefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-olefile'
 pkgname=python-olefile
 version=0.46
-revision=2
-archs=noarch
+revision=3
 wrksrc="olefile-${version}"
 build_style=python-module
 pycompile_module="olefile"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-olefile_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="olefile"
 	short_desc="${short_desc/Python2/Python3}"

From 444fbfe04e1e9d1a352e85767ded8709403dab82 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 181/320] python-openssl: remove noarch.

---
 srcpkgs/python-openssl/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index d7ab230194d..27d5ff265c1 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz"
 checksum=9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507
 
 python3-openssl_package() {
-	archs=noarch
 	depends="python3-cryptography python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e3f96c6463d8788f3ad82e18edaa6c8f116d32c3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:28 +1000
Subject: [PATCH 182/320] python-packaging: remove noarch.

---
 srcpkgs/python-packaging/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 06042d12b90..0b5f38565e1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,8 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-packaging_package() {
-	archs=noarch
 	pycompile_module="packaging"
 	depends="python3-attrs python3-parsing python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From acd8c2b983ab01bcff70624171a50024e6fe191d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 183/320] python-pam: remove noarch.

---
 srcpkgs/python-pam/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pam/template b/srcpkgs/python-pam/template
index 780e9008ea7..da229fc611d 100644
--- a/srcpkgs/python-pam/template
+++ b/srcpkgs/python-pam/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pam'
 pkgname=python-pam
 version=1.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python-module
 pycompile_module="pam.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pam_package() {
-	archs=noarch
 	depends="python3 pam"
 	pycompile_module="pam.py"
 	short_desc="${short_desc/Python2/Python3}"

From d153a9c2701524a5a4640e4aeea3ae19925135af Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 184/320] python-pandocfilters: remove noarch.

---
 srcpkgs/python-pandocfilters/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pandocfilters/template b/srcpkgs/python-pandocfilters/template
index 8650d20256f..21753a10de3 100644
--- a/srcpkgs/python-pandocfilters/template
+++ b/srcpkgs/python-pandocfilters/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pandocfilters'
 pkgname=python-pandocfilters
 version=1.4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="pandocfilters-${version}"
 build_style=python-module
 pycompile_module="pandocfilters.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pandocfilters_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pandocfilters.py"
 	short_desc="${short_desc/Python2/Python3}"

From 5231817208457de21a218201fd4e9aa3644a5fa3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 185/320] python-paramiko: remove noarch.

---
 srcpkgs/python-paramiko/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-paramiko/template b/srcpkgs/python-paramiko/template
index f1bca0aea24..586fc58337d 100644
--- a/srcpkgs/python-paramiko/template
+++ b/srcpkgs/python-paramiko/template
@@ -1,8 +1,7 @@
 # Template file for 'python-paramiko'
 pkgname=python-paramiko
 version=2.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname/python-/}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
 checksum=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
 
 python3-paramiko_package() {
-	archs=noarch
 	depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 02bc57162f485dcd1f27c17a4c75cc646dc60a7f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 186/320] python-parse: remove noarch.

---
 srcpkgs/python-parse/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-parse/template b/srcpkgs/python-parse/template
index 9ccdc26d51e..11aaa558f89 100644
--- a/srcpkgs/python-parse/template
+++ b/srcpkgs/python-parse/template
@@ -1,8 +1,7 @@
 # Template file for 'python-parse'
 pkgname=python-parse
 version=1.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="parse-${version}"
 build_style=python-module
 pycompile_module="parse.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-parse_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="parse.py"
 	short_desc="${short_desc/Python2/Python3}"

From 36f7bddd012df3e0d7ffb1a9d2c24dc040f30f7d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 187/320] python-parsing: remove noarch.

---
 srcpkgs/python-parsing/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index 56d64c7cbaa..e1b9193a9c8 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-parsing_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 8e588ff74c1497d9dc01bf11aa8e806677439b52 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:29 +1000
Subject: [PATCH 188/320] python-passlib: remove noarch.

---
 srcpkgs/python-passlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-passlib/template b/srcpkgs/python-passlib/template
index f46a3e92642..da6ea65ca80 100644
--- a/srcpkgs/python-passlib/template
+++ b/srcpkgs/python-passlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-passlib'
 pkgname=python-passlib
 version=1.7.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="passlib-${version}"
 build_style=python-module
 pycompile_module="passlib"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-passlib_package() {
-	archs=noarch
 	pycompile_module="passlib"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 7651f4d5071682ab5d218a9956a75ee3e7a6c3ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 189/320] python-pathlib: remove noarch.

---
 srcpkgs/python-pathlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pathlib/template b/srcpkgs/python-pathlib/template
index 65704965145..dfe41670b6a 100644
--- a/srcpkgs/python-pathlib/template
+++ b/srcpkgs/python-pathlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathlib'
 pkgname=python-pathlib
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathlib-${version}"
 build_style=python2-module
 pycompile_module="pathlib.py"

From 4c28bf6cebef0e67e4c9c60a47722d0e9238a903 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 190/320] python-pathlib2: remove noarch.

---
 srcpkgs/python-pathlib2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index fa600b78fbe..e40edf9f713 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
 checksum=446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8
 
 python3-pathlib2_package() {
-	archs=noarch
 	depends="python3-six python3-scandir"
 	pycompile_module="pathlib2"
 	short_desc="${short_desc/Python2/Python3}"

From 84993e90a0ac2ac8c7371da2ca21c6c6fc143e0e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 191/320] python-pathspec: remove noarch.

---
 srcpkgs/python-pathspec/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathspec/template b/srcpkgs/python-pathspec/template
index bd4736ec45d..875866aa7cf 100644
--- a/srcpkgs/python-pathspec/template
+++ b/srcpkgs/python-pathspec/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathspec'
 pkgname=python-pathspec
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathspec-${version}"
 build_style=python-module
 pycompile_module="pathspec"
@@ -20,7 +19,6 @@ do_check() {
 }
 
 python3-pathspec_package() {
-	archs=noarch
 	pycompile_module="pathspec"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From bc8f737016bee20551874198335b2f2fbbad3ec0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 192/320] python-pathtools: remove noarch.

---
 srcpkgs/python-pathtools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pathtools/template b/srcpkgs/python-pathtools/template
index 47dc6ef6a71..4cd48c99248 100644
--- a/srcpkgs/python-pathtools/template
+++ b/srcpkgs/python-pathtools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pathtools'
 pkgname=python-pathtools
 version=0.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pathtools-${version}"
 build_style=python-module
 pycompile_module="pathtools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pathtools_package() {
-	archs=noarch
 	pycompile_module="pathtools"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 8711134e38cd6aa87cb2b45370e0d89f3a64c84e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 193/320] python-pbkdf2: remove noarch.

---
 srcpkgs/python-pbkdf2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pbkdf2/template b/srcpkgs/python-pbkdf2/template
index 956d0b4cad9..f9c2606725a 100644
--- a/srcpkgs/python-pbkdf2/template
+++ b/srcpkgs/python-pbkdf2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pbkdf2'
 pkgname=python-pbkdf2
 version=1.3
-revision=4
-archs=noarch
+revision=5
 wrksrc="pbkdf2-${version}"
 build_style=python-module
 pycompile_module="pbkdf2"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pbkdf2_package() {
-	archs=noarch
 	pycompile_module="pbkdf2"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2f5ac99578748df962196d23d955a5c104f3ebe7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:30 +1000
Subject: [PATCH 194/320] python-pbr: remove noarch.

---
 srcpkgs/python-pbr/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index 9c7216056fe..d782fe1e996 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"
@@ -17,7 +16,6 @@ checksum=2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8
 alternatives="pbr:pbr:/usr/bin/pbr2"
 
 python3-pbr_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pbr"
 	short_desc="${short_desc/Python2/Python3}"

From 146402553e34f5ad90b029ffd2d8f6e2c0d357dd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 195/320] python-pdfrw: remove noarch.

---
 srcpkgs/python-pdfrw/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pdfrw/template b/srcpkgs/python-pdfrw/template
index ef7db98e491..469e2520401 100644
--- a/srcpkgs/python-pdfrw/template
+++ b/srcpkgs/python-pdfrw/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pdfrw'
 pkgname=python-pdfrw
 version=0.4
-revision=3
-archs=noarch
+revision=4
 replaces="python-pdfrw-example<${version}_${revision}"
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
@@ -24,7 +23,6 @@ post_install() {
 
 python3-pdfrw_package() {
 	replaces="python-pdfrw-example<${version}_${revision}"
-	archs=noarch
 	pycompile_module="pdfrw"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 19ca5a12861884c44930fd0e854942cba523341c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 196/320] python-pexpect: remove noarch.

---
 srcpkgs/python-pexpect/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pexpect/template b/srcpkgs/python-pexpect/template
index 03102c3d294..ddb0fd991cf 100644
--- a/srcpkgs/python-pexpect/template
+++ b/srcpkgs/python-pexpect/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pexpect'
 pkgname=python-pexpect
 version=4.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pexpect-${version}"
 build_style=python-module
 pycompile_module="pexpect"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-pexpect_package() {
-	archs=noarch
 	depends="python3-ptyprocess"
 	pycompile_module="pexpect"
 	short_desc="${short_desc/Python2/Python3}"

From 98b8500c12f11b0009aad1b155910d3a7c62eb42 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 197/320] python-pgmigrate: remove noarch.

---
 srcpkgs/python-pgmigrate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pgmigrate/template b/srcpkgs/python-pgmigrate/template
index f98052f4151..334183afa34 100644
--- a/srcpkgs/python-pgmigrate/template
+++ b/srcpkgs/python-pgmigrate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pgmigrate'
 pkgname=python-pgmigrate
 version=1.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgmigrate-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pgmigrate_package() {
-	archs=noarch
 	depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 7e855b170c74d25d0f6450f6a467218df9f45e94 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 198/320] python-pgpdump: remove noarch.

---
 srcpkgs/python-pgpdump/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index a28b6e209e7..b81b40c0ef8 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=6
-archs=noarch
+revision=7
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz
 checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff
 
 python3-pgpdump_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pgpdump"
 	short_desc="${short_desc/Python2/Python3}"

From 0cba08752f1fd1b8c1f3ec2f79553cb240f4e34e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:31 +1000
Subject: [PATCH 199/320] python-picamera: remove noarch.

---
 srcpkgs/python-picamera/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-picamera/template b/srcpkgs/python-picamera/template
index e3c9a17bfdc..64b63563e45 100644
--- a/srcpkgs/python-picamera/template
+++ b/srcpkgs/python-picamera/template
@@ -1,8 +1,7 @@
 # Template file for 'python-picamera'
 pkgname=python-picamera
 version=1.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="picamera-${version}"
 build_style=python-module
 pycompile_module="picamera"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-picamera_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="picamera"
 	short_desc="${short_desc/Python2/Python3}"

From 1c63874cf67ad46bb9408b17fa5fd81a193466ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 200/320] python-pickleshare: remove noarch.

---
 srcpkgs/python-pickleshare/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pickleshare/template b/srcpkgs/python-pickleshare/template
index c1d86826c15..cf1a3505bee 100644
--- a/srcpkgs/python-pickleshare/template
+++ b/srcpkgs/python-pickleshare/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pickleshare'
 pkgname=python-pickleshare
 version=0.7.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="pickleshare-${version}"
 build_style=python-module
 pycompile_module="pickleshare.py"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pickleshare_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pickleshare.py"
 	short_desc="${short_desc/Python2/Python3}"

From 299f930d74a58ecc61d41f4408097a94372f6ca0 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 201/320] python-pipenv: remove noarch.

---
 srcpkgs/python-pipenv/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pipenv/template b/srcpkgs/python-pipenv/template
index 69490a04324..c2855f66580 100644
--- a/srcpkgs/python-pipenv/template
+++ b/srcpkgs/python-pipenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pipenv'
 pkgname=python-pipenv
 version=2020.8.13
-revision=1
-archs=noarch
+revision=2
 wrksrc="pipenv-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -33,7 +32,6 @@ post_install() {
 }
 
 python3-pipenv_package() {
-	archs=noarch
 	depends="python3 python3-pip python3-virtualenv python3-virtualenv-clone"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="

From 1fc29edca6a1fa64ebe9b0cd1a0db1b82f2461bd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 202/320] python-pkgconfig: remove noarch.

---
 srcpkgs/python-pkgconfig/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pkgconfig/template b/srcpkgs/python-pkgconfig/template
index e9e5480907d..e8505e9c620 100644
--- a/srcpkgs/python-pkgconfig/template
+++ b/srcpkgs/python-pkgconfig/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pkgconfig'
 pkgname=python-pkgconfig
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pkgconfig-${version}"
 build_style=python-module
 pycompile_module="pkgconfig"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pkgconfig_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pkgconfig"
 	short_desc="${short_desc/Python2/Python3}"

From 260341cd98222f45b2d1fff4f27fc2fe01cffb2a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 203/320] python-pluggy: remove noarch.

---
 srcpkgs/python-pluggy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pluggy/template b/srcpkgs/python-pluggy/template
index e52dee341ec..13eae9e2950 100644
--- a/srcpkgs/python-pluggy/template
+++ b/srcpkgs/python-pluggy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pluggy'
 pkgname=python-pluggy
 version=0.13.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pluggy-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 42f7bed6b635ee32f874699733e25d0864a67539 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 204/320] 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 04a3defa6aa..30d5e39067e 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}"

From 671b13d728ce880f859dc007c932e683773d14b8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:32 +1000
Subject: [PATCH 205/320] python-podcastparser: remove noarch.

---
 srcpkgs/python-podcastparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-podcastparser/template b/srcpkgs/python-podcastparser/template
index 58fd20d3f73..fe298ad2076 100644
--- a/srcpkgs/python-podcastparser/template
+++ b/srcpkgs/python-podcastparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-podcastparser'
 pkgname=python-podcastparser
 version=0.6.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="podcastparser-${version}"
 build_style=python-module
 hostmakedepends="python-devel python3-devel"
@@ -25,7 +24,6 @@ post_install() {
 
 python3-podcastparser_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove "usr/lib/python3*"

From c8234a99351e4c2e74de86a3462fd1b5835631e1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 206/320] python-polib: remove noarch.

---
 srcpkgs/python-polib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-polib/template b/srcpkgs/python-polib/template
index 8b8d4b66c68..32edce0f861 100644
--- a/srcpkgs/python-polib/template
+++ b/srcpkgs/python-polib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-polib'
 pkgname=python-polib
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="polib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-polib_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="polib.py"
 	short_desc="${short_desc/Python2/Python3}"

From 5794da9102c4a1c608ef7d40626b1f2bbdde763f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 207/320] python-portend: remove noarch.

---
 srcpkgs/python-portend/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-portend/template b/srcpkgs/python-portend/template
index 455051f5a50..bbf655b3cae 100644
--- a/srcpkgs/python-portend/template
+++ b/srcpkgs/python-portend/template
@@ -1,8 +1,7 @@
 # Template file for 'python-portend'
 pkgname=python-portend
 version=2.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="portend-${version}"
 build_style=python-module
 pycompile_module="portend.py"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-portend_package() {
-	archs=noarch
 	depends="python3-tempora"
 	pycompile_module="portend.py"
 	short_desc="${short_desc/Python2/Python3}"

From a1a9708b1415683dffe8042780f0dd316a7183d7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 208/320] python-progress: remove noarch.

---
 srcpkgs/python-progress/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-progress/template b/srcpkgs/python-progress/template
index 0d6bd1db69d..bbf7fdde93c 100644
--- a/srcpkgs/python-progress/template
+++ b/srcpkgs/python-progress/template
@@ -1,8 +1,7 @@
 # Template file for 'python-progress'
 pkgname=python-progress
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="progress-${version}"
 build_style=python-module
 pycompile_module="progress"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-progress_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="progress"
 	short_desc="${short_desc/Python2/Python3}"

From 8c0928fa0906ecf06b99980827af1e89f9f321b6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 209/320] python-prometheus_client: remove noarch.

---
 srcpkgs/python-prometheus_client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-prometheus_client/template b/srcpkgs/python-prometheus_client/template
index 7b71fbeffc2..42d3787b54d 100644
--- a/srcpkgs/python-prometheus_client/template
+++ b/srcpkgs/python-prometheus_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-prometheus_client'
 pkgname=python-prometheus_client
 version=0.7.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="prometheus_client-${version}"
 build_style=python-module
 pycompile_module="prometheus_client"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
 checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
 
 python3-prometheus_client_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="prometheus_client"
 	short_desc="${short_desc/Python2/Python3}"

From 39c595a5eb8c7c677eed9d5a8840edd02e9efcfa Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:33 +1000
Subject: [PATCH 210/320] python-prompt_toolkit1: remove noarch.

---
 srcpkgs/python-prompt_toolkit1/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-prompt_toolkit1/template b/srcpkgs/python-prompt_toolkit1/template
index 70516738c27..028c7223b43 100644
--- a/srcpkgs/python-prompt_toolkit1/template
+++ b/srcpkgs/python-prompt_toolkit1/template
@@ -2,8 +2,7 @@
 pkgname=python-prompt_toolkit1
 reverts="2.0.9_1"
 version=1.0.18
-revision=1
-archs=noarch
+revision=3
 wrksrc="prompt_toolkit-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 774055e426b9e9ae46746299a938b0caba7c16b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 211/320] python-prompt_toolkit2: remove noarch.

---
 srcpkgs/python-prompt_toolkit2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-prompt_toolkit2/template b/srcpkgs/python-prompt_toolkit2/template
index e0f00f41668..7608e11da38 100644
--- a/srcpkgs/python-prompt_toolkit2/template
+++ b/srcpkgs/python-prompt_toolkit2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-prompt_toolkit2'
 pkgname=python-prompt_toolkit2
 version=2.0.9
-revision=5
-archs=noarch
+revision=6
 build_style=meta
 short_desc="Python2 library for building command lines (removed package)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"

From e323094b46a64ee75b769f9a08b72701d8873e4a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 212/320] python-proselint: remove noarch.

---
 srcpkgs/python-proselint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-proselint/template b/srcpkgs/python-proselint/template
index b1da90de474..e6ff7b57315 100644
--- a/srcpkgs/python-proselint/template
+++ b/srcpkgs/python-proselint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-proselint'
 pkgname=python-proselint
 version=0.10.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="proselint-${version}"
 build_style=python-module
 pycompile_module="proselint"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-proselint_package() {
-	archs=noarch
 	depends="python3-setuptools python3-click python3-future python3-six"
 	pycompile_module="proselint"
 	short_desc="${short_desc/Python2/Python3}"

From 169accdd7fe5390e0be4a981cb4776fa66b22425 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 213/320] python-ptyprocess: remove noarch.

---
 srcpkgs/python-ptyprocess/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ptyprocess/template b/srcpkgs/python-ptyprocess/template
index fd2e51fa3ac..498f95cf268 100644
--- a/srcpkgs/python-ptyprocess/template
+++ b/srcpkgs/python-ptyprocess/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ptyprocess'
 pkgname=python-ptyprocess
 version=0.6.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ptyprocess-${version}"
 build_style=python-module
 pycompile_module="ptyprocess"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-ptyprocess_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ptyprocess"
 	short_desc="${short_desc/Python2/Python3}"

From 61ed38d66c27b587342aa1271f73c8678163fd95 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:34 +1000
Subject: [PATCH 214/320] python-pyPEG2: remove noarch.

---
 srcpkgs/python-pyPEG2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyPEG2/template b/srcpkgs/python-pyPEG2/template
index e9a10e88c15..e127d6b335e 100644
--- a/srcpkgs/python-pyPEG2/template
+++ b/srcpkgs/python-pyPEG2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyPEG2'
 pkgname=python-pyPEG2
 version=2.15.2
-revision=5
-archs=noarch
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
 checksum=2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d
 
 python3-pyPEG2_package() {
-	archs=noarch
 	depends="python3-lxml"
 	pycompile_module="pypeg2"
 	short_desc="${short_desc/Python2/Python3}"

From e2d0bfb8039c6c1e86f77142192763dd7d0073b7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 215/320] python-pyacoustid: remove noarch.

---
 srcpkgs/python-pyacoustid/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template
index d5b2d967f4e..9a22e6ad26f 100644
--- a/srcpkgs/python-pyacoustid/template
+++ b/srcpkgs/python-pyacoustid/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyacoustid'
 pkgname=python-pyacoustid
 version=1.1.5
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyacoustid-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyacoustid_package() {
-	archs=noarch
 	pycompile_module="acoustid.py chromaprint.py"
 	depends="chromaprint python3-audioread python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 3c086954bbf9e5c0853d000dd7bd5b291b324528 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 216/320] python-pyaes: remove noarch.

---
 srcpkgs/python-pyaes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyaes/template b/srcpkgs/python-pyaes/template
index f45976e5b0b..8cc0dd4d5db 100644
--- a/srcpkgs/python-pyaes/template
+++ b/srcpkgs/python-pyaes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyaes'
 pkgname=python-pyaes
 version=1.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyaes-${version}"
 build_style=python-module
 pycompile_module="pyaes"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyaes_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="pyaes"
 	short_desc="${short_desc/Python2/Python3}"

From dc9302ecf45d0f3dfb240633b7b5fb6da44be5b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 217/320] python-pyasn1-modules: remove noarch.

---
 srcpkgs/python-pyasn1-modules/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index b180252b96d..1db99e291a9 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-pyasn1-modules_package() {
-	archs=noarch
 	depends="python3-pyasn1"
 	pycompile_module="pyasn1_modules"
 	short_desc="${short_desc/Python2/Python3}"

From 755b574715ef27c4e4c26d1672ed2f94ec29a3af Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 218/320] python-pyasn1: remove noarch.

---
 srcpkgs/python-pyasn1/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 7f50c81b281..95ed039b870 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyasn1_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From d15e2453b7b85e14ab9cf9e42e9de6e161ffeb4d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 219/320] 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"

From 7d1ced4df7694ea205763a907263cf950726c07c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:35 +1000
Subject: [PATCH 220/320] python-pycountry: remove noarch.

---
 srcpkgs/python-pycountry/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template
index c4a4c9cafbd..12521114658 100644
--- a/srcpkgs/python-pycountry/template
+++ b/srcpkgs/python-pycountry/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pycountry'
 pkgname=python-pycountry
 version=19.8.18
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycountry-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
 checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
 
 python3-pycountry_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From e0520f910906f7a04b2c24e2d6f7f70ac0908a30 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 221/320] python-pycparser: remove noarch.

---
 srcpkgs/python-pycparser/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index d2e83aa79b2..ff4f32c404b 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=2
-archs=noarch
+revision=3
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-pycparser_package() {
-	archs=noarch
 	depends="python3-ply"
 	pycompile_module="pycparser"
 	short_desc="${short_desc/Python2/Python3}"

From a9a900024f636d9e31d4ff7d8bd28650bf3aef5e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 222/320] python-pydns: remove noarch.

---
 srcpkgs/python-pydns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pydns/template b/srcpkgs/python-pydns/template
index 50f97da8ede..21b64694428 100644
--- a/srcpkgs/python-pydns/template
+++ b/srcpkgs/python-pydns/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pydns'
 pkgname=python-pydns
 version=2.3.6
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="DNS"

From 22a56a027325cee6dcb62e53e64fa05ee9fa38d7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 223/320] python-pyelftools: remove noarch.

---
 srcpkgs/python-pyelftools/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyelftools/template b/srcpkgs/python-pyelftools/template
index 193650442fc..a9d53a9d77d 100644
--- a/srcpkgs/python-pyelftools/template
+++ b/srcpkgs/python-pyelftools/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyelftools'
 pkgname=python-pyelftools
 version=0.25
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyelftools-${version}"
 build_style=python-module
 pycompile_module="elftools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyelftools_package() {
-	archs=noarch
 	pycompile_module="elftools"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 087bedcdea1d2f59d819f7aa114465265050fa8d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 224/320] python-pyflakes: remove noarch.

---
 srcpkgs/python-pyflakes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyflakes/template b/srcpkgs/python-pyflakes/template
index 586cba32b89..7fcd8191ae8 100644
--- a/srcpkgs/python-pyflakes/template
+++ b/srcpkgs/python-pyflakes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyflakes'
 pkgname=python-pyflakes
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyflakes-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-pyflakes_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3"

From 9e5e3cbe8c8be2b5bc810b38bdbdd508f053f76c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 225/320] python-pyglet: remove noarch.

---
 srcpkgs/python-pyglet/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index 397103c49f7..d3fc17b6a15 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pyglet_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 60054fafb5ac60dd880f2f31b364723873736b87 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:36 +1000
Subject: [PATCH 226/320] python-pykka: remove noarch.

---
 srcpkgs/python-pykka/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template
index 512639c69c3..bb8f8c05b74 100644
--- a/srcpkgs/python-pykka/template
+++ b/srcpkgs/python-pykka/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pykka'
 pkgname=python-pykka
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Pykka-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
 checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
 
 python3-pykka_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2c96295c38d6a7cc28d68ec760f647fc9fd46dd7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 227/320] python-pyotp: remove noarch.

---
 srcpkgs/python-pyotp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyotp/template b/srcpkgs/python-pyotp/template
index b70bd73d4aa..1669ea3f004 100644
--- a/srcpkgs/python-pyotp/template
+++ b/srcpkgs/python-pyotp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyotp'
 pkgname=python-pyotp
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyotp-${version}"
 build_style=python-module
 pycompile_module="pyotp"
@@ -26,7 +25,6 @@ post_install() {
 
 python3-pyotp_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="pyotp"
 	depends="python3"
 	pkg_install() {

From 9f687b0df675b8bbf1499af4fee03a0d01ceba0d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 228/320] python-pypcapfile: remove noarch.

---
 srcpkgs/python-pypcapfile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pypcapfile/template b/srcpkgs/python-pypcapfile/template
index 73b767f61c2..3f0f976a7ed 100644
--- a/srcpkgs/python-pypcapfile/template
+++ b/srcpkgs/python-pypcapfile/template
@@ -1,9 +1,8 @@
 # Template file for 'python-pypcapfile'
 pkgname=python-pypcapfile
 version=0.12.0
-revision=1
+revision=2
 wrksrc="pypcapfile-${version}"
-archs=noarch
 build_style=python2-module
 pycompile_module="pcapfile"
 hostmakedepends="python-setuptools"

From 3d0eae45f07af0bd3c3c0ab5344eadd246b3a689 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 229/320] python-pyperclip: remove noarch.

---
 srcpkgs/python-pyperclip/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyperclip/template b/srcpkgs/python-pyperclip/template
index 1286923b906..dd54f0f58e9 100644
--- a/srcpkgs/python-pyperclip/template
+++ b/srcpkgs/python-pyperclip/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyperclip'
 pkgname=python-pyperclip
 version=1.8.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python-module
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-pyperclip_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From c13d31c278afff33fbbe5f7c45eef1b918f4ca89 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 230/320] python-pyqtgraph: remove noarch.

---
 srcpkgs/python-pyqtgraph/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyqtgraph/template b/srcpkgs/python-pyqtgraph/template
index 1bea9c2ffdf..e7dbe4f46d8 100644
--- a/srcpkgs/python-pyqtgraph/template
+++ b/srcpkgs/python-pyqtgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyqtgraph'
 pkgname=python-pyqtgraph
 version=0.10.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyqtgraph"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyqtgraph_package() {
-	archs=noarch
 	depends="python3-PyQt5 python3-numpy python3-PyOpenGL"
 	pycompile_module="pyqtgraph"
 	short_desc="${short_desc/Python2/Python3}"

From 94cbfb2161b56c654b943531fe2ae0b0a2158737 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:37 +1000
Subject: [PATCH 231/320] python-pyrfc3339: remove noarch.

---
 srcpkgs/python-pyrfc3339/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyrfc3339/template b/srcpkgs/python-pyrfc3339/template
index cd81c4d0624..97c853b75ca 100644
--- a/srcpkgs/python-pyrfc3339/template
+++ b/srcpkgs/python-pyrfc3339/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyrfc3339'
 pkgname=python-pyrfc3339
 version=1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="pyrfc3339"
 wrksrc="pyRFC3339-${version}"
@@ -23,7 +22,6 @@ python3-pyrfc3339_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-pytz"
 	pycompile_module="pyrfc3339"
-	archs=noarch
 	pkg_install() {
 		vlicense LICENSE.txt LICENSE
 		vmove usr/lib/python3*

From d2029124a77783ed2a5eeaf57c5fec27625a5214 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 232/320] python-pyserial: remove noarch.

---
 srcpkgs/python-pyserial/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index 354be493b16..f45d1aad246 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-pyserial_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="serial"
 	short_desc="${short_desc/Python2/Python3}"

From a589bc186d47131a11520014b3c408af2ae92223 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 233/320] python-pysocks: remove noarch.

---
 srcpkgs/python-pysocks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pysocks/template b/srcpkgs/python-pysocks/template
index ca508a4a7cc..6895a2a8827 100644
--- a/srcpkgs/python-pysocks/template
+++ b/srcpkgs/python-pysocks/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pysocks'
 pkgname=python-pysocks
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="PySocks-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-pysocks_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 4649449a14e12ae0abf683fe9467c13b0b649947 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 234/320] python-pysrt: remove noarch.

---
 srcpkgs/python-pysrt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pysrt/template b/srcpkgs/python-pysrt/template
index be742c08ce4..bb57344711d 100644
--- a/srcpkgs/python-pysrt/template
+++ b/srcpkgs/python-pysrt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pysrt'
 pkgname=python-pysrt
 version=1.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysrt-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ checksum=b4f844ba33e4e7743e9db746492f3a193dc0bc112b153914698e7c1cdeb9b0b9
 alternatives="srt:srt:/usr/bin/srt2"
 
 python3-pysrt_package() {
-	archs=noarch
 	depends="python3 python3-chardet"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="srt:srt:/usr/bin/srt3"

From 18405eb74987c80b9f6e5cd81bca6dbbae6603ea Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 235/320] python-pystache: remove noarch.

---
 srcpkgs/python-pystache/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index 893045b8998..ed0d09d544d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-pystache_package() {
-	archs=noarch
 	pycompile_module="pystache"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From e0f710d953743138f18f44976f3997a2f1862001 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 236/320] python-pyte: remove noarch.

---
 srcpkgs/python-pyte/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyte/template b/srcpkgs/python-pyte/template
index 1efc2f9a488..11a1dd80b8f 100644
--- a/srcpkgs/python-pyte/template
+++ b/srcpkgs/python-pyte/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyte'
 pkgname=python-pyte
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyte-${version}"
 build_style=python-module
 pycompile_module="pyte"
@@ -20,7 +19,6 @@ pre_build() {
 }
 
 python3-pyte_package() {
-	archs=noarch
 	pycompile_module="pyte"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3-wcwidth"

From 1cea1b6359b475a3f5d786de24abe8dd33eda59d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:38 +1000
Subject: [PATCH 237/320] python-pytest-fixture-config: remove noarch.

---
 srcpkgs/python-pytest-fixture-config/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pytest-fixture-config/template b/srcpkgs/python-pytest-fixture-config/template
index 14255af8a35..e277d8f3445 100644
--- a/srcpkgs/python-pytest-fixture-config/template
+++ b/srcpkgs/python-pytest-fixture-config/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest-fixture-config'
 pkgname=python-pytest-fixture-config
 version=1.3.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="pytest_fixture_config.py"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-pytest-fixture-config_package() {
-	archs=noarch
 	depends="python3-pytest"
 	pycompile_module="pytest_fixture_config.py"
 	short_desc="${short_desc/Python2/Python3}"

From 2e7c8b9484dad335a81d592669e384c82fa14707 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 238/320] python-pytest-mock: remove noarch.

---
 srcpkgs/python-pytest-mock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pytest-mock/template b/srcpkgs/python-pytest-mock/template
index 240e8773aaa..a7f9a70a131 100644
--- a/srcpkgs/python-pytest-mock/template
+++ b/srcpkgs/python-pytest-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest-mock'
 pkgname=python-pytest-mock
 version=1.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="pytest_mock.py _pytest_mock_version.py"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-pytest-mock_package() {
-	archs=noarch
 	depends="python3-pytest"
 	pycompile_module="pytest_mock.py _pytest_mock_version.py"
 	short_desc="${short_desc/Python2/Python3}"

From f6d8c6f08b2899fbdb00f359ab6c3f9b4d76eb5d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 239/320] python-pytest: remove noarch.

---
 srcpkgs/python-pytest/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template
index 5e2ffe71b6e..4d0f26440c7 100644
--- a/srcpkgs/python-pytest/template
+++ b/srcpkgs/python-pytest/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pytest'
 pkgname=python-pytest
 version=4.6.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From f035e29b4642a5a975503fbf109dde5ba2303ac4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 240/320] python-pyudev: remove noarch.

---
 srcpkgs/python-pyudev/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyudev/template b/srcpkgs/python-pyudev/template
index 2ec53088636..90042ba269a 100644
--- a/srcpkgs/python-pyudev/template
+++ b/srcpkgs/python-pyudev/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyudev'
 pkgname=python-pyudev
 version=0.21.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pyudev-${version}"
 build_style=python-module
 pycompile_module="pyudev"
@@ -16,7 +15,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
 
 python3-pyudev_package() {
-	archs=noarch
 	depends="python3 python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 

From 8d515c63e98d7f55c324566e39f3f7942d255ca9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 241/320] python-pyx: remove noarch.

---
 srcpkgs/python-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-pyx/template b/srcpkgs/python-pyx/template
index 1ece52764ab..98cdd081f64 100644
--- a/srcpkgs/python-pyx/template
+++ b/srcpkgs/python-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyx'
 pkgname=python-pyx
 version=0.12.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="PyX-${version}"
 build_style=python2-module
 pycompile_module="pyx"

From 98363c9f2c8a18bf476ff4c6dc65cdaf8c2a5ba6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 242/320] python-pyzbar: remove noarch.

---
 srcpkgs/python-pyzbar/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-pyzbar/template b/srcpkgs/python-pyzbar/template
index 35b568eb4e6..cd953df9d58 100644
--- a/srcpkgs/python-pyzbar/template
+++ b/srcpkgs/python-pyzbar/template
@@ -1,8 +1,7 @@
 # Template file for 'python-pyzbar'
 pkgname=python-pyzbar
 version=0.1.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyzbar-${version}"
 build_style=python-module
 pycompile_module="pyzbar"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-pyzbar_package() {
-	archs=noarch
 	pycompile_module="pyzbar"
 	depends="libzbar python3"
 	alternatives="pyzbar:read_zbar:/usr/bin/read_zbar.py3"

From df4f04462d549698d460e0ae5f13363312877d32 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:39 +1000
Subject: [PATCH 243/320] python-qrcode: remove noarch.

---
 srcpkgs/python-qrcode/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template
index bf35c82757e..7299de35e7e 100644
--- a/srcpkgs/python-qrcode/template
+++ b/srcpkgs/python-qrcode/template
@@ -1,8 +1,7 @@
 # Template file for 'python-qrcode'
 pkgname=python-qrcode
 version=6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="qrcode-${version}"
 build_style=python-module
 pycompile_module="qrcode"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-qrcode_package() {
-	archs=noarch
 	depends="python3-six"
 	pycompile_module="qrcode"
 	short_desc="${short_desc/Python2/Python3}"

From 6e558d974e1449329e277276aeccba70b9349338 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 244/320] python-random2: remove noarch.

---
 srcpkgs/python-random2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-random2/template b/srcpkgs/python-random2/template
index 2603cae3584..df442957ea1 100644
--- a/srcpkgs/python-random2/template
+++ b/srcpkgs/python-random2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-random2'
 pkgname=python-random2
 version=1.0.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="random2-${version}"
 build_style=python-module
 pycompile_module="random2.py"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/random2/random2-${version}.zip"
 checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
 
 python3-random2_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="random2.py"
 	pkg_install() {

From 96d988d6426625d90128efad5a76a5c3851eb607 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 245/320] python-rarfile: remove noarch.

---
 srcpkgs/python-rarfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rarfile/template b/srcpkgs/python-rarfile/template
index 83ff75c6e03..564de07401d 100644
--- a/srcpkgs/python-rarfile/template
+++ b/srcpkgs/python-rarfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rarfile'
 pkgname=python-rarfile
 version=4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="rarfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-rarfile_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From dd50b74abf244f35a303ee5c8878251b24101988 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 246/320] python-raven: remove noarch.

---
 srcpkgs/python-raven/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-raven/template b/srcpkgs/python-raven/template
index 87382c21602..6962b3d84e5 100644
--- a/srcpkgs/python-raven/template
+++ b/srcpkgs/python-raven/template
@@ -1,8 +1,7 @@
 # Template file for 'python-raven'
 pkgname=python-raven
 version=6.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="raven-${version}"
 build_style=python-module
 pycompile_module="raven"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-raven_package() {
-	archs=noarch
 	pycompile_module="raven"
 	depends="ca-certificates python3-setuptools"
 	alternatives="raven:raven:/usr/bin/raven3"

From fc581a4d3a623e5654a2b0a6d3e860c991d80588 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 247/320] python-rdflib: remove noarch.

---
 srcpkgs/python-rdflib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index f676dedfb2f..8437ac417c4 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -33,7 +32,6 @@ python3-rdflib_package() {
 	 rdflib:rdfgraphisomorphism:/usr/bin/rdfgraphisomorphism3
 	 rdflib:rdfpipe:/usr/bin/rdfpipe3
 	 rdflib:rdfs2dot:/usr/bin/rdfs2dot3"
-	archs=noarch
 	depends="python3-setuptools python3-isodate python3-parsing"
 	pycompile_module="rdflib"
 	short_desc="${short_desc/Python2/Python3}"

From 26143f8e557b294ac0cf90e91ce148cd5a5e4f0b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:40 +1000
Subject: [PATCH 248/320] python-readability-lxml: remove noarch.

---
 srcpkgs/python-readability-lxml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template
index ace92da477b..5bbcc47940b 100644
--- a/srcpkgs/python-readability-lxml/template
+++ b/srcpkgs/python-readability-lxml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-readability-lxml'
 pkgname=python-readability-lxml
 version=0.8.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="readability-lxml-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
 checksum=e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1
 
 python3-readability-lxml_package() {
-	archs=noarch
 	depends="python3-lxml"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 04cf2250be9e0c07271f40be4feb1474a4c65a49 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 249/320] python-rebulk: remove noarch.

---
 srcpkgs/python-rebulk/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template
index 3bc58c3a7dd..44fd9208175 100644
--- a/srcpkgs/python-rebulk/template
+++ b/srcpkgs/python-rebulk/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rebulk'
 pkgname=python-rebulk
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="rebulk-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-rebulk_package() {
-	archs=noarch
 	depends="python3 python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 92131701104b46e7577936bc4cd60794bef0d609 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 250/320] python-redis: remove noarch.

---
 srcpkgs/python-redis/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template
index 68eb4ee09e9..0c50b053edc 100644
--- a/srcpkgs/python-redis/template
+++ b/srcpkgs/python-redis/template
@@ -1,8 +1,7 @@
 # Template file for 'python-redis'
 pkgname=python-redis
 version=3.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="redis-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-redis_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 59284559255ee70689a647b71f1b29cd777c5a72 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 251/320] python-requests-mock: remove noarch.

---
 srcpkgs/python-requests-mock/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-mock/template b/srcpkgs/python-requests-mock/template
index 2d1410fcd1b..fa6fdbfadff 100644
--- a/srcpkgs/python-requests-mock/template
+++ b/srcpkgs/python-requests-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-mock'
 pkgname=python-requests-mock
 version=1.5.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="requests-mock-${version}"
 build_style=python-module
 pycompile_module="requests_mock"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/requests-mock/requests-mock-${version}.tar.gz"
 checksum=7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb
 
 python3-requests-mock_package() {
-	archs=noarch
 	pycompile_module="requests_mock"
 	depends="python3-requests python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From fe59c84396c6a618aa2a3f9170fddfc870b617d3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 252/320] python-requests-oauthlib: remove noarch.

---
 srcpkgs/python-requests-oauthlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-oauthlib/template b/srcpkgs/python-requests-oauthlib/template
index e3e824b35b1..f04ba1d788d 100644
--- a/srcpkgs/python-requests-oauthlib/template
+++ b/srcpkgs/python-requests-oauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-oauthlib'
 pkgname=python-requests-oauthlib
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="requests_oauthlib"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-requests-oauthlib_package() {
-	archs=noarch
 	depends="python3-requests python3-oauthlib"
 	pycompile_module="requests_oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From cc236b32d072a24fb55b1562324a11c92a2970f4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 253/320] python-requests-toolbelt: remove noarch.

---
 srcpkgs/python-requests-toolbelt/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests-toolbelt/template b/srcpkgs/python-requests-toolbelt/template
index 13a81586221..07056675593 100644
--- a/srcpkgs/python-requests-toolbelt/template
+++ b/srcpkgs/python-requests-toolbelt/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests-toolbelt'
 pkgname=python-requests-toolbelt
 version=0.9.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="requests_toolbelt"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/requests-toolbelt/requests-toolbelt-${version}.tar.gz"
 checksum=968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0
 
 python3-requests-toolbelt_package() {
-	archs=noarch
 	pycompile_module="requests_toolbelt"
 	depends="python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 23e7336ee3f0124f28016f2a63819fa9ec8ce924 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:41 +1000
Subject: [PATCH 254/320] python-requests: remove noarch.

---
 srcpkgs/python-requests/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 1bd9f51333c..3222c5bed2c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,8 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -20,7 +19,6 @@ pre_build() {
 }
 
 python3-requests_package() {
-	archs=noarch
 	depends="ca-certificates python3-chardet python3-urllib3 python3-idna"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From fe1f4cdd0c12cd4ba087ef82b65842456672a22d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 255/320] python-rfc6555: remove noarch.

---
 srcpkgs/python-rfc6555/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index 2522872cc32..e310dfdabf0 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/r/rfc6555/rfc6555-${version}.tar.gz"
 checksum=191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217
 
 python3-rfc6555_package() {
-	archs=noarch
 	pycompile_module="rfc6555"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From a8c0e6950d9b830f94cd1d69b76b64464c2f85f8 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 256/320] python-ripe-atlas-cousteau: remove noarch.

---
 srcpkgs/python-ripe-atlas-cousteau/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ripe-atlas-cousteau/template b/srcpkgs/python-ripe-atlas-cousteau/template
index 72f32a9da0d..fd924aa3774 100644
--- a/srcpkgs/python-ripe-atlas-cousteau/template
+++ b/srcpkgs/python-ripe-atlas-cousteau/template
@@ -1,9 +1,8 @@
 # Template file for 'python-ripe-atlas-cousteau'
 pkgname=python-ripe-atlas-cousteau
 version=1.4.2
-revision=2
+revision=3
 build_style=python-module
-archs=noarch
 pycompile_module="ripe/atlas/cousteau"
 wrksrc="ripe-atlas-cousteau-${version}"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ checksum=91bfaaafe7561ccc7b91f555a5004c467d615b9f404739496a4ed6a22fcb07b7
 
 python3-ripe-atlas-cousteau_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="ripe/atlas/cousteau"
 	depends="python3-dateutil python3-socketIO-client"
 	pkg_install() {

From fe5fad7c8047e3cb721f0ff72e8ce2cda92c5d6a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 257/320] python-ripe-atlas-sagan: remove noarch.

---
 srcpkgs/python-ripe-atlas-sagan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-ripe-atlas-sagan/template b/srcpkgs/python-ripe-atlas-sagan/template
index 22abb48af46..5c8d2821206 100644
--- a/srcpkgs/python-ripe-atlas-sagan/template
+++ b/srcpkgs/python-ripe-atlas-sagan/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ripe-atlas-sagan'
 pkgname=python-ripe-atlas-sagan
 version=1.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python-module
 pycompile_module="ripe/atlas/sagan"

From ba2755129efe30d02a4491da7f9d331419f2676c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 258/320] python-rsa: remove noarch.

---
 srcpkgs/python-rsa/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-rsa/template b/srcpkgs/python-rsa/template
index 11e9bf2c60d..e60c367fa3d 100644
--- a/srcpkgs/python-rsa/template
+++ b/srcpkgs/python-rsa/template
@@ -1,8 +1,7 @@
 # Template file for 'python-rsa'
 pkgname=python-rsa
 version=4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="rsa"
@@ -31,7 +30,6 @@ python3-rsa_package() {
 	 rsa:pyrsa-priv2pub:/usr/bin/pyrsa-priv2pub3
 	 rsa:pyrsa-sign:/usr/bin/pyrsa-sign3
 	 rsa:pyrsa-verify:/usr/bin/pyrsa-verify3"
-	archs=noarch
 	pycompile_module="rsa"
 	depends="python3-setuptools python3-pyasn1"
 	short_desc="${short_desc/Python2/Python3}"

From f673b840a8e07af709fb630022797a0d32aa29a6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 259/320] python-s3transfer: remove noarch.

---
 srcpkgs/python-s3transfer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-s3transfer/template b/srcpkgs/python-s3transfer/template
index 29aba6cc68b..67f264fecb5 100644
--- a/srcpkgs/python-s3transfer/template
+++ b/srcpkgs/python-s3transfer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-s3transfer'
 pkgname=python-s3transfer
 version=0.3.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="s3transfer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz"
 checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
 
 python3-s3transfer_package() {
-	archs=noarch
 	depends="python3-botocore"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 181b6834c08a4931904aeb9e9ca2f4c1aebdad5f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:42 +1000
Subject: [PATCH 260/320] python-scour: remove noarch.

---
 srcpkgs/python-scour/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-scour/template b/srcpkgs/python-scour/template
index 0db5b157ce1..21da7d0c757 100644
--- a/srcpkgs/python-scour/template
+++ b/srcpkgs/python-scour/template
@@ -1,8 +1,7 @@
 # Template file for 'python-scour'
 pkgname=python-scour
 version=0.37
-revision=2
-archs=noarch
+revision=3
 wrksrc="scour-${version}"
 build_style=python-module
 pycompile_module="scour"
@@ -23,7 +22,6 @@ do_check() {
 }
 
 python3-scour_package() {
-	archs=noarch
 	pycompile_module="scour"
 	depends="python3-setuptools python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 2f5546e91fdbb92b5509f89c4516bd7078767252 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 261/320] python-selectors2: remove noarch.

---
 srcpkgs/python-selectors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-selectors2/template b/srcpkgs/python-selectors2/template
index 1ad45d8e7d3..8b4191943bd 100644
--- a/srcpkgs/python-selectors2/template
+++ b/srcpkgs/python-selectors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python-selectors2'
 pkgname=python-selectors2
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="selectors2-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 069fc34d274714ed31fad16af52e83ef5fd37646 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 262/320] python-send2trash: remove noarch.

---
 srcpkgs/python-send2trash/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-send2trash/template b/srcpkgs/python-send2trash/template
index 94f56545695..39edc920748 100644
--- a/srcpkgs/python-send2trash/template
+++ b/srcpkgs/python-send2trash/template
@@ -1,8 +1,7 @@
 # Template file for 'python-send2trash'
 pkgname=python-send2trash
 version=1.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="send2trash-${version}"
 build_style=python-module
 pycompile_module="send2trash"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-send2trash_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="send2trash"
 	short_desc="${short_desc/Python2/Python3}"

From ba87e7a807abc2b170fbd9a4dae8d73b4fd08c20 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 263/320] python-serpent: remove noarch.

---
 srcpkgs/python-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
index 658802bef0d..aa1728ddf35 100644
--- a/srcpkgs/python-serpent/template
+++ b/srcpkgs/python-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python-serpent'
 pkgname=python-serpent
 version=1.28
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 hostmakedepends="python-setuptools"

From 347e89fdfd458857998e67f110c9bc1aa65c2503 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 264/320] python-service_identity: remove noarch.

---
 srcpkgs/python-service_identity/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index e21a1520a75..88eb3ae4d15 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,8 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-service_identity_package() {
-	archs=noarch
 	depends="python3-attrs python3-pyasn1-modules python3-cryptography"
 	pycompile_module="service_identity"
 	short_desc="${short_desc/Python2/Python3}"

From ea59bc5e4a22fd7726f2dec777da5f417fa484fa Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:43 +1000
Subject: [PATCH 265/320] python-setuptools: remove noarch.

---
 srcpkgs/python-setuptools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template
index d71e746e12e..36f0733afa3 100644
--- a/srcpkgs/python-setuptools/template
+++ b/srcpkgs/python-setuptools/template
@@ -3,8 +3,7 @@ pkgname=python-setuptools
 # https://github.com/pypa/setuptools/issues/1458
 # python2 support for setuptools ended at 44.0.0
 version=44.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python2-module
 hostmakedepends="python-devel"

From 8179443bb1cf9cd9c3c0769bc7cf5f57e9684478 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 266/320] python-sh: remove noarch.

---
 srcpkgs/python-sh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sh/template b/srcpkgs/python-sh/template
index 16de6daf662..c5d89c1e636 100644
--- a/srcpkgs/python-sh/template
+++ b/srcpkgs/python-sh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sh'
 pkgname=python-sh
 version=1.13.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-sh_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From c88d106691b9ec40788faeba76449db9ca6efc21 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 267/320] python-simplebayes: remove noarch.

---
 srcpkgs/python-simplebayes/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-simplebayes/template b/srcpkgs/python-simplebayes/template
index 6c95222fa7e..aedd45d59e4 100644
--- a/srcpkgs/python-simplebayes/template
+++ b/srcpkgs/python-simplebayes/template
@@ -1,8 +1,7 @@
 # Template file for 'python-simplebayes'
 pkgname=python-simplebayes
 version=1.5.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="simplebayes-${version}"
 build_style=python-module
 pycompile_module="simplebayes"
@@ -22,7 +21,6 @@ post_install() {
 python3-simplebayes_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="simplebayes"
-	archs=noarch
 	depends="python3"
 	pkg_install() {
 		vmove usr/lib/python3*

From 1ddc4a980ce77f07dcaa09df090de169e74ecde7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 268/320] python-simplegeneric: remove noarch.

---
 srcpkgs/python-simplegeneric/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-simplegeneric/template b/srcpkgs/python-simplegeneric/template
index f352387fa1f..268b8e497dd 100644
--- a/srcpkgs/python-simplegeneric/template
+++ b/srcpkgs/python-simplegeneric/template
@@ -1,8 +1,7 @@
 # Template file for 'python-simplegeneric'
 pkgname=python-simplegeneric
 version=0.8.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="simplegeneric-${version}"
 build_style=python-module
 hostmakedepends="unzip python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip"
 checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
 
 python3-simplegeneric_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="simplegeneric.py"
 	short_desc="${short_desc/Python2/Python3}"

From 4ea1ea0d3abc70c61ed3bc523dd18552c36ce9e9 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 269/320] python-singledispatch: remove noarch.

---
 srcpkgs/python-singledispatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-singledispatch/template b/srcpkgs/python-singledispatch/template
index 9da989105f8..e119ca189ef 100644
--- a/srcpkgs/python-singledispatch/template
+++ b/srcpkgs/python-singledispatch/template
@@ -1,8 +1,7 @@
 # Template file for 'python-singledispatch'
 pkgname=python-singledispatch
 version=3.4.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="singledispatch-${version}"
 build_style=python2-module
 pycompile_module="singledispatch.py singledispatch_helpers.py"

From e731e1d2858cc0481d77c258e4072aa02b62c855 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 270/320] python-six: remove noarch.

---
 srcpkgs/python-six/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index 7fde8bc856b..d1b862cd9c7 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,8 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ do_check() {
 }
 
 python3-six_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 70e241214dcd290b99a487020a84107e6a17ba46 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:44 +1000
Subject: [PATCH 271/320] python-smmap: remove noarch.

---
 srcpkgs/python-smmap/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-smmap/template b/srcpkgs/python-smmap/template
index 8c8ea952285..5e9ae702f65 100644
--- a/srcpkgs/python-smmap/template
+++ b/srcpkgs/python-smmap/template
@@ -1,8 +1,7 @@
 # Template file for 'python-smmap'
 pkgname=python-smmap
 version=2.0.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="smmap-${version}"
 build_style=python-module
 pycompile_module="smmap"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-smmap_package() {
-	archs=noarch
 	pycompile_module="smmap"
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"

From 843ea2e953dfe900fd6ff7a9afb9885b65fa24b2 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 272/320] python-snowballstemmer: remove noarch.

---
 srcpkgs/python-snowballstemmer/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-snowballstemmer/template b/srcpkgs/python-snowballstemmer/template
index 221478860e5..24983c37fd5 100644
--- a/srcpkgs/python-snowballstemmer/template
+++ b/srcpkgs/python-snowballstemmer/template
@@ -1,8 +1,7 @@
 # Template file for 'python-snowballstemmer'
 pkgname=python-snowballstemmer
 version=1.2.1
-revision=4
-archs=noarch
+revision=5
 wrksrc="snowballstemmer-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
 checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
 
 python3-snowballstemmer_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="snowballstemmer"
 	short_desc="${short_desc/Python2/Python3}"

From 24fe478c58a036e1fe948c1628b4ff7d1e324d0b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 273/320] python-socketIO-client: remove noarch.

---
 srcpkgs/python-socketIO-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-socketIO-client/template b/srcpkgs/python-socketIO-client/template
index 9495d7cf40b..b69270da1b3 100644
--- a/srcpkgs/python-socketIO-client/template
+++ b/srcpkgs/python-socketIO-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-socketIO-client'
 pkgname=python-socketIO-client
 version=0.7.2
-revision=3
-archs=noarch
+revision=4
 build_style=python-module
 pycompile_module="socketIO_client"
 wrksrc="socketIO-client-${version}"
@@ -22,7 +21,6 @@ post_install() {
 python3-socketIO-client_package() {
 	depends="python3-requests python3-six python3-websocket-client"
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="socketIO_client"
 	pkg_install() {
 		vmove usr/lib/python3*

From 6adad93c8ca9c235a0f02d91771d8d87720e09f1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 274/320] python-soupsieve: remove noarch.

---
 srcpkgs/python-soupsieve/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-soupsieve/template b/srcpkgs/python-soupsieve/template
index 062cc3e6a8a..de4cbe25cd3 100644
--- a/srcpkgs/python-soupsieve/template
+++ b/srcpkgs/python-soupsieve/template
@@ -1,8 +1,7 @@
 # Template file for 'python-soupsieve'
 pkgname=python-soupsieve
 version=1.9.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="soupsieve-${version}"
 build_style=python-module
 pycompile_module="soupsieve"
@@ -34,7 +33,6 @@ post_install() {
 }
 
 python3-soupsieve_package() {
-	archs=noarch
 	pycompile_module="soupsieve"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 2b2e6bb67248f8b322f2dfaaebff9581c142aca1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 275/320] python-spambayes: remove noarch.

---
 srcpkgs/python-spambayes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-spambayes/template b/srcpkgs/python-spambayes/template
index 9a85558c1d3..ecd1af3149e 100644
--- a/srcpkgs/python-spambayes/template
+++ b/srcpkgs/python-spambayes/template
@@ -1,9 +1,8 @@
 # Template file for 'python-spambayes'
 pkgname=python-spambayes
 version=1.1b3
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
-archs=noarch
 build_style=python2-module
 hostmakedepends="python-setuptools"
 depends="python-lockfile python-pydns"

From edf926116e9447e2b55816b7890bb13e50cf6b78 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 276/320] python-sqlalchemy-migrate: remove noarch.

---
 srcpkgs/python-sqlalchemy-migrate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index bb002660c0f..8b3172216b0 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"
@@ -27,7 +26,6 @@ python3-sqlalchemy-migrate_package() {
 	alternatives="
 	 migrate:migrate-repository:/usr/bin/migrate-repository3
 	 migrate:migrate:/usr/bin/migrate3"
-	archs=noarch
 	depends="python3-pbr python3-SQLAlchemy python3-decorator python3-six
 	 python3-sqlparse python3-tempita"
 	pycompile_module="migrate"

From 92e0f8b00e8848dbc46397e826174e3461afc193 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:45 +1000
Subject: [PATCH 277/320] python-sqlparse: remove noarch.

---
 srcpkgs/python-sqlparse/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 0f8c6f8ea2e..7cbaee84385 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,8 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-sqlparse_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="sqlparse"
 	short_desc="${short_desc/Python2/Python3}"

From 4c16c0862b45b0299ec84f8cbb37f766e16acf85 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 278/320] python-stem: remove noarch.

---
 srcpkgs/python-stem/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template
index 97bb4b48cb6..aeed80169d7 100644
--- a/srcpkgs/python-stem/template
+++ b/srcpkgs/python-stem/template
@@ -1,8 +1,7 @@
 # Template file for 'python-stem'
 pkgname=python-stem
 version=1.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stem-${version/b/}"
 build_style=python-module
 pycompile_module="stem"
@@ -18,7 +17,6 @@ checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
 alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
 
 python3-stem_package() {
-	archs=noarch
 	depends="python3-cryptography"
 	pycompile_module="stem"
 	short_desc="${short_desc/Python2/Python3}"

From 734c9526a7b35155287f5e1d24b1e7bf6bf86e16 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 279/320] python-stormssh: remove noarch.

---
 srcpkgs/python-stormssh/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-stormssh/template b/srcpkgs/python-stormssh/template
index 11f63f67bba..0c1757943f8 100644
--- a/srcpkgs/python-stormssh/template
+++ b/srcpkgs/python-stormssh/template
@@ -1,8 +1,7 @@
 # Template file for 'python-stormssh'
 pkgname=python-stormssh
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=storm-${version}
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-stormssh_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-paramiko python3-termcolor python3-Flask"
 	pycompile_module="storm"
 	short_desc="${short_desc/Python2/Python3}"

From da491a33edebc8ef8af768bc2f718dc36a66dab4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 280/320] python-tempita: remove noarch.

---
 srcpkgs/python-tempita/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index c1c75ee1cac..1d580085566 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=4
-archs=noarch
+revision=5
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/T/Tempita/Tempita-${version}.tar.gz"
 checksum=cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c
 
 python3-tempita_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="tempita"
 	short_desc="${short_desc/Python2/Python3}"

From d0ab4c92bfe01d979649cd28808fc8aa21763361 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 281/320] python-tempora: remove noarch.

---
 srcpkgs/python-tempora/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tempora/template b/srcpkgs/python-tempora/template
index 194dc2718e5..dda4362bec9 100644
--- a/srcpkgs/python-tempora/template
+++ b/srcpkgs/python-tempora/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tempora'
 pkgname=python-tempora
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="tempora-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -26,7 +25,6 @@ post_install() {
 }
 
 python3-tempora_package() {
-	archs=noarch
 	depends="python3-setuptools python3-six python3-pytz"
 	alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 	short_desc="${short_desc/Python2/Python3}"

From c8310c0c2a4f3e670451d444f6610d98ac4e6174 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:46 +1000
Subject: [PATCH 282/320] python-termcolor: remove noarch.

---
 srcpkgs/python-termcolor/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template
index 73c18fc79eb..96f8ff869d1 100644
--- a/srcpkgs/python-termcolor/template
+++ b/srcpkgs/python-termcolor/template
@@ -1,8 +1,7 @@
 # Template file for 'python-termcolor'
 pkgname=python-termcolor
 version=1.1.0
-revision=6
-archs=noarch
+revision=7
 wrksrc="termcolor-${version}"
 build_style=python-module
 hostmakedepends="python-devel python3-devel"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-termcolor_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="termcolor.py"
 	short_desc="${short_desc/Python2/Python3}"

From c812b8baefc3a34a25ddae3ca49d8c9524667a3f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 283/320] python-terminado: remove noarch.

---
 srcpkgs/python-terminado/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-terminado/template b/srcpkgs/python-terminado/template
index d649364d88d..e28fcc6f9fa 100644
--- a/srcpkgs/python-terminado/template
+++ b/srcpkgs/python-terminado/template
@@ -1,8 +1,7 @@
 # Template file for 'python-terminado'
 pkgname=python-terminado
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminado-${version}"
 build_style=python-module
 pycompile_module="terminado"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-terminado_package() {
-	archs=noarch
 	depends="python3-ptyprocess python3-tornado"
 	pycompile_module="terminado"
 	short_desc="${short_desc/Python2/Python3}"

From 1cc5b54620a1cb45550768fd920835ae998c407b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 284/320] python-testpath: remove noarch.

---
 srcpkgs/python-testpath/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-testpath/template b/srcpkgs/python-testpath/template
index abfc59900c0..8bd4c708ace 100644
--- a/srcpkgs/python-testpath/template
+++ b/srcpkgs/python-testpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python-testpath'
 pkgname=python-testpath
 version=0.4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="testpath-${version}"
 build_style=python-module
 pycompile_module="testpath"
@@ -23,7 +22,6 @@ post_install() {
 }
 
 python3-testpath_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="testpath"
 	short_desc="${short_desc/Python2/Python3}"

From 78c18d4990bae9363c30784e657d07a2c529881b Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 285/320] python-texttable: remove noarch.

---
 srcpkgs/python-texttable/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-texttable/template b/srcpkgs/python-texttable/template
index 24bac87af6a..97f34f31824 100644
--- a/srcpkgs/python-texttable/template
+++ b/srcpkgs/python-texttable/template
@@ -1,8 +1,7 @@
 # Template file for 'python-texttable'
 pkgname=python-texttable
 version=1.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="texttable-${version}"
 build_style=python-module
 pycompile_module="texttable.py"
@@ -21,7 +20,6 @@ do_check() {
 }
 
 python3-texttable_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="texttable.py"
 	short_desc="${short_desc/Python2/Python3}"

From 100e4f9558e9b2485f4f0918c3dc0fa981a32d3e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 286/320] python-tkinter: remove noarch.

---
 srcpkgs/python-tkinter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template
index f2b6d0bacf1..d2d21982493 100644
--- a/srcpkgs/python-tkinter/template
+++ b/srcpkgs/python-tkinter/template
@@ -8,7 +8,7 @@ _desc="Interpreted, interactive, object-oriented programming language"
 
 pkgname=python-tkinter
 version=2.7.18
-revision=1
+revision=2
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python2.7/lib-tk"
 hostmakedepends="pkg-config"
@@ -76,7 +76,6 @@ do_install() {
 }
 
 idle-python_package() {
-	archs=noarch
 	short_desc="${_desc} - IDE for Python2 using Tkinter"
 	pycompile_dirs="usr/lib/python2.7/idlelib"
 	depends="${sourcepkg}-${version}_${revision}"

From dffc4a155ea1b7b582edf2ebc7aee1bd6e5ddfd7 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 287/320] python-tmuxp: remove noarch.

---
 srcpkgs/python-tmuxp/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tmuxp/template b/srcpkgs/python-tmuxp/template
index 812d80343cc..dbea3ccd210 100644
--- a/srcpkgs/python-tmuxp/template
+++ b/srcpkgs/python-tmuxp/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tmuxp'
 pkgname=python-tmuxp
 version=1.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="tmuxp-${version}"
 build_style=python-module
 pycompile_module="tmuxp"
@@ -28,7 +27,6 @@ post_install() {
 }
 
 python3-tmuxp_package() {
-	archs=noarch
 	pycompile_module="tmuxp"
 	depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux"
 	short_desc="${short_desc/Python2/Python3}"

From 5739e5a6e9ccc2914cb2fa00f89e9111ed3c8d94 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:47 +1000
Subject: [PATCH 288/320] python-toml: remove noarch.

---
 srcpkgs/python-toml/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-toml/template b/srcpkgs/python-toml/template
index 2fd6eaa0cea..70fcb304b16 100644
--- a/srcpkgs/python-toml/template
+++ b/srcpkgs/python-toml/template
@@ -1,8 +1,7 @@
 # Template file for 'python-toml'
 pkgname=python-toml
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="toml-${version}"
 build_style=python-module
 pycompile_module="toml"
@@ -20,7 +19,6 @@ pkg_install() {
 }
 
 python3-toml_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="toml"
 	short_desc=${short_desc/Python2/Python3}

From 667b91df775e4a113f0063c5bebf58c7c62aa39d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 289/320] python-tqdm: remove noarch.

---
 srcpkgs/python-tqdm/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tqdm/template b/srcpkgs/python-tqdm/template
index f7ee7d037af..5ad9c46bed9 100644
--- a/srcpkgs/python-tqdm/template
+++ b/srcpkgs/python-tqdm/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tqdm'
 pkgname=python-tqdm
 version=4.48.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tqdm-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -27,7 +26,6 @@ python3-tqdm_package() {
 	alternatives="
 	 tqdm:tqdm:/usr/bin/tqdm3
 	 tqdm:tqdm.1:/usr/share/man/man1/tqdm3.1"
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/2/3}"
 	pkg_install() {

From 6970b097932866e4f8e4cd403b4b28564fd79a49 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 290/320] python-tracing: remove noarch.

---
 srcpkgs/python-tracing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-tracing/template b/srcpkgs/python-tracing/template
index 4408f31be9f..086f0f57a6e 100644
--- a/srcpkgs/python-tracing/template
+++ b/srcpkgs/python-tracing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tracing'
 pkgname=python-tracing
 version=0.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-tracing-tracing-${version}"
 build_style=python2-module
 pycompile_module="tracing"

From d34fdd351a7c3d0fb35521b202d5970852f75daf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 291/320] python-ttystatus: remove noarch.

---
 srcpkgs/python-ttystatus/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-ttystatus/template b/srcpkgs/python-ttystatus/template
index 2df1a81c9be..87b83e761f7 100644
--- a/srcpkgs/python-ttystatus/template
+++ b/srcpkgs/python-ttystatus/template
@@ -1,8 +1,7 @@
 # Template file for 'python-ttystatus'
 pkgname=python-ttystatus
 version=0.38
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="ttystatus"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,7 +14,6 @@ distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version
 checksum=e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628
 
 python3-ttystatus_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="ttystatus"
 	short_desc="${short_desc/Python2/Python3}"

From 714d9be0c90197dc8d8b73e84566f30db744fa6e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 292/320] python-tweepy: remove noarch.

---
 srcpkgs/python-tweepy/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-tweepy/template b/srcpkgs/python-tweepy/template
index 2487511922a..3367d4ec87a 100644
--- a/srcpkgs/python-tweepy/template
+++ b/srcpkgs/python-tweepy/template
@@ -1,8 +1,7 @@
 # Template file for 'python-tweepy'
 pkgname=python-tweepy
 version=3.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="tweepy-${version}"
 build_style=python-module
 pycompile_module="tweepy"
@@ -30,7 +29,6 @@ post_install() {
 }
 
 python3-tweepy_package() {
-	archs=noarch
 	pycompile_module="tweepy"
 	depends="python3-requests-oauthlib python3-six python3-pysocks"
 	short_desc="${short_desc/Python2/Python3}"

From 9fa5645204d98739f4250732997561ec839c4e4f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:48 +1000
Subject: [PATCH 293/320] python-twitter: remove noarch.

---
 srcpkgs/python-twitter/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-twitter/template b/srcpkgs/python-twitter/template
index e5e7194078a..d8b209b8fb9 100644
--- a/srcpkgs/python-twitter/template
+++ b/srcpkgs/python-twitter/template
@@ -1,8 +1,7 @@
 # Template file for 'python-twitter'
 pkgname=python-twitter
 version=3.5
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="twitter"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ pre_build() {
 }
 
 python3-twitter_package() {
-	archs=noarch
 	pycompile_module="twitter"
 	depends="python3-future python3-requests python3-requests-oauthlib"
 	short_desc="${short_desc/Python2/Python3}"

From 06ecf1164967b01b574a0884e2e1f69c25f0b486 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 294/320] python-txgithub: remove noarch.

---
 srcpkgs/python-txgithub/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template
index e33466d59e3..2e8e2c2ce9f 100644
--- a/srcpkgs/python-txgithub/template
+++ b/srcpkgs/python-txgithub/template
@@ -1,8 +1,7 @@
 # Template file for 'python-txgithub'
 pkgname=python-txgithub
 version=15.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
 pycompile_module="txgithub"

From 61ebaf8b0ec9ff9c1ea5e2f1d33165d58026a060 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 295/320] python-typing: remove noarch.

---
 srcpkgs/python-typing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-typing/template b/srcpkgs/python-typing/template
index dce911b6b1a..cd2d8ddd2c4 100644
--- a/srcpkgs/python-typing/template
+++ b/srcpkgs/python-typing/template
@@ -1,8 +1,7 @@
 # Template file for 'python-typing'
 pkgname=python-typing
 version=3.6.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="typing-${version}"
 build_style=python2-module
 pycompile_module="typing.py"

From 4a69f2a5d59717668701a153382251684fdd5422 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 296/320] python-unittest-mixins: remove noarch.

---
 srcpkgs/python-unittest-mixins/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-unittest-mixins/template b/srcpkgs/python-unittest-mixins/template
index 2ff5c497523..83053849864 100644
--- a/srcpkgs/python-unittest-mixins/template
+++ b/srcpkgs/python-unittest-mixins/template
@@ -1,8 +1,7 @@
 # Template file for 'python-unittest-mixins'
 pkgname=python-unittest-mixins
 version=1.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 pycompile_module="unittest_mixins"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/u/unittest-mixins/unittest-mixins-${version}.tar.gz"
 checksum=05363abe099f0724b7bb6d71d0ce1046078c868cb10b3f1ebdf3ca6593c52507
 
 python3-unittest-mixins_package() {
-	archs=noarch
 	pycompile_module="unittest_mixins"
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From d8b42b6af439d87b3043df373b426dd4fac86b2c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 297/320] python-urbandict: remove noarch.

---
 srcpkgs/python-urbandict/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urbandict/template b/srcpkgs/python-urbandict/template
index 0808a11e98d..816850bcc5c 100644
--- a/srcpkgs/python-urbandict/template
+++ b/srcpkgs/python-urbandict/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urbandict'
 pkgname=python-urbandict
 version=0.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="urbandict-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -16,7 +15,6 @@ checksum=a19685ffa2450bea2df9bf328a6ce7c3c1e2213c95171ae2263b987cc54d201b
 alternatives="urbandicli:urbandicli:/usr/bin/urbandicli2"
 
 python3-urbandict_package() {
-	archs=noarch
 	alternatives="urbandicli:urbandicli:/usr/bin/urbandicli3"
 	short_desc="${short_desc/Python2/Python3}"
 	depends="python3"

From 8c10570ff1a1874b71370ec91e22b4ef6a109199 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 298/320] python-uritemplate: remove noarch.

---
 srcpkgs/python-uritemplate/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-uritemplate/template b/srcpkgs/python-uritemplate/template
index 5a44f7e24af..eb358488bc7 100644
--- a/srcpkgs/python-uritemplate/template
+++ b/srcpkgs/python-uritemplate/template
@@ -1,8 +1,7 @@
 # Template file for 'python-uritemplate'
 pkgname=python-uritemplate
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-uritemplate_package() {
-	archs=noarch
 	depends="python3"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From c52161fd53fd58bc782c359390e2052f7bc4f27d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:49 +1000
Subject: [PATCH 299/320] python-urllib3: remove noarch.

---
 srcpkgs/python-urllib3/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 3f354488f86..09279b1573e 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-urllib3_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 1f76d31ea20174ccc13b1da097dd11d4b5fba23f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 300/320] python-urlnorm: remove noarch.

---
 srcpkgs/python-urlnorm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-urlnorm/template b/srcpkgs/python-urlnorm/template
index ae488dc3179..46723e0f869 100644
--- a/srcpkgs/python-urlnorm/template
+++ b/srcpkgs/python-urlnorm/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urlnorm'
 pkgname=python-urlnorm
 version=1.1.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlnorm-${version}"
 build_style=python2-module
 pycompile_module="urlnorm"

From e3070fb6a3f47112f5a4ac990bf0fb2379324a94 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 301/320] python-urwidtrees: remove noarch.

---
 srcpkgs/python-urwidtrees/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-urwidtrees/template b/srcpkgs/python-urwidtrees/template
index 62d214489e2..eb295db3cb3 100644
--- a/srcpkgs/python-urwidtrees/template
+++ b/srcpkgs/python-urwidtrees/template
@@ -1,8 +1,7 @@
 # Template file for 'python-urwidtrees'
 pkgname=python-urwidtrees
 version=1.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="urwidtrees-${version}"
 build_style=python-module
 pycompile_module="urwidtrees"
@@ -16,7 +15,6 @@ distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz"
 checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034
 
 python3-urwidtrees_package() {
-	archs=noarch
 	pycompile_module="urwidtrees"
 	depends="python3-urwid"
 	short_desc="${short_desc/Python2/Python3}"

From dbed771fced79daa8bbb0df3ec961bd76d294c55 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 302/320] python-utils: remove noarch.

---
 srcpkgs/python-utils/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-utils/template b/srcpkgs/python-utils/template
index 4c7a5ef1bfb..428d04724e5 100644
--- a/srcpkgs/python-utils/template
+++ b/srcpkgs/python-utils/template
@@ -1,8 +1,7 @@
 # Template file for 'python-utils'
 pkgname=python-utils
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-utils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,7 +18,6 @@ post_install() {
 }
 
 python3-utils_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 3877f55badab4bad6b03bdd0c28a2cdf18c84bcf Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 303/320] python-vint: remove noarch.

---
 srcpkgs/python-vint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-vint/template b/srcpkgs/python-vint/template
index 62c663bf18e..3688c2481cf 100644
--- a/srcpkgs/python-vint/template
+++ b/srcpkgs/python-vint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-vint'
 pkgname=python-vint
 version=0.3.19
-revision=3
-archs=noarch
+revision=4
 wrksrc="vim-vint-${version}"
 build_style=python-module
 pycompile_module="vint"
@@ -22,7 +21,6 @@ post_install() {
 }
 
 python3-vint_package() {
-	archs=noarch
 	depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
 	pycompile_module="vint"
 	short_desc="${short_desc/Python2/Python3}"

From ea38870d7e50809ef6b48de9489ea06d374b1b17 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:50 +1000
Subject: [PATCH 304/320] python-vispy: remove noarch.

---
 srcpkgs/python-vispy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template
index 624ade6f12b..dc093446dec 100644
--- a/srcpkgs/python-vispy/template
+++ b/srcpkgs/python-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-vispy'
 pkgname=python-vispy
 version=0.6.1
-revision=2
+revision=3
 wrksrc="vispy-${version}"
 build_style=python-module
 pycompile_module="vispy"
@@ -21,7 +21,6 @@ post_install() {
 
 python3-vispy_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	archs=noarch
 	pycompile_module="vispy"
 	depends="python3-numpy"
 	pkg_install() {

From 8a7cc5a7fab8ea31f9efb2e550b5a5d209b6d0d5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 305/320] python-vobject: remove noarch.

---
 srcpkgs/python-vobject/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-vobject/template b/srcpkgs/python-vobject/template
index 2c1c215527c..b83b1178806 100644
--- a/srcpkgs/python-vobject/template
+++ b/srcpkgs/python-vobject/template
@@ -1,8 +1,7 @@
 # Template file for 'python-vobject'
 pkgname=python-vobject
 version=0.9.6.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="vobject-${version}"
 build_style=python-module
 pycompile_module="vobject"
@@ -20,7 +19,6 @@ alternatives="
  vobject:ics_diff:/usr/bin/ics_diff2"
 
 python3-vobject_package() {
-	archs=noarch
 	pycompile_module="vobject"
 	depends="python3-setuptools python3-dateutil python3-six"
 	short_desc="${short_desc/Python2/Python3}"

From 04241dc30fcfcfad83fcde0822311afbe4b22017 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 306/320] python-voluptuous: remove noarch.

---
 srcpkgs/python-voluptuous/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python-voluptuous/template b/srcpkgs/python-voluptuous/template
index 1dd5de27491..3be545b4db8 100644
--- a/srcpkgs/python-voluptuous/template
+++ b/srcpkgs/python-voluptuous/template
@@ -1,8 +1,7 @@
 # Template file for 'python-voluptuous'
 pkgname=python-voluptuous
 version=0.11.5
-revision=3
-archs=noarch
+revision=4
 wrksrc="voluptuous-${version}"
 build_style=python-module
 pycompile_module="voluptuous"

From a6d840476f349a12745f6eacec848fd163b58e5d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 307/320] python-watchdog: remove noarch.

---
 srcpkgs/python-watchdog/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-watchdog/template b/srcpkgs/python-watchdog/template
index 2eea6397f00..1bb7925f751 100644
--- a/srcpkgs/python-watchdog/template
+++ b/srcpkgs/python-watchdog/template
@@ -1,8 +1,7 @@
 # Template file for 'python-watchdog'
 pkgname=python-watchdog
 version=0.9.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="watchdog-${version}"
 build_style=python-module
 pycompile_module="watchdog"
@@ -17,7 +16,6 @@ checksum=965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d
 alternatives="watchdog:watchmedo:/usr/bin/watchmedo2"
 
 python3-watchdog_package() {
-	archs=noarch
 	pycompile_module="watchdog"
 	alternatives="watchdog:watchmedo:/usr/bin/watchmedo3"
 	depends="python3-setuptools python3-yaml python3-argh python3-pathtools"

From 093b6d63532eafb605226bc804fd1a77c2c830a1 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 308/320] python-webassets: remove noarch.

---
 srcpkgs/python-webassets/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-webassets/template b/srcpkgs/python-webassets/template
index 7ed3cfd1b4c..0c32faab4b7 100644
--- a/srcpkgs/python-webassets/template
+++ b/srcpkgs/python-webassets/template
@@ -1,8 +1,7 @@
 # Template file for 'python-webassets'
 pkgname=python-webassets
 version=0.12.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="webassets"
@@ -21,7 +20,6 @@ post_install() {
 }
 
 python3-webassets_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	pycompile_module="webassets"
 	short_desc="${short_desc/Python2/Python3}"

From 4218db846f4e3eba62f7d1064f6e06155bae177a Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 309/320] python-webencodings: remove noarch.

---
 srcpkgs/python-webencodings/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-webencodings/template b/srcpkgs/python-webencodings/template
index f047a9e3c52..c9d7ca700fa 100644
--- a/srcpkgs/python-webencodings/template
+++ b/srcpkgs/python-webencodings/template
@@ -1,8 +1,7 @@
 # Template file for 'python-webencodings'
 pkgname=python-webencodings
 version=0.5.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="webencodings-${version}"
 build_style=python-module
 pycompile_module="webencodings"
@@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/w/webencodings/webencodings-${version}.tar.gz"
 checksum=b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
 
 python3-webencodings_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="webencodings"
 	short_desc="${short_desc/Python2/Python3}"

From 3d54556e6afb7097be30d0bec015d760a3d7e2e3 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:51 +1000
Subject: [PATCH 310/320] python-websocket-client: remove noarch.

---
 srcpkgs/python-websocket-client/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-websocket-client/template b/srcpkgs/python-websocket-client/template
index 3df8ab42b36..20115b02979 100644
--- a/srcpkgs/python-websocket-client/template
+++ b/srcpkgs/python-websocket-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python-websocket-client'
 pkgname=python-websocket-client
 version=0.56.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="websocket_client-${version}"
 build_style=python-module
 pycompile_module="websocket"
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-websocket-client_package() {
-	archs=noarch
 	depends="python3-six ca-certificates"
 	pycompile_module="websocket"
 	short_desc="${short_desc/Python2/Python3}"

From 475a29a732553961d16e8ff1696f65ad3d54d20d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 311/320] python-wheel: remove noarch.

---
 srcpkgs/python-wheel/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template
index 6e3cd5c5b95..a26060f143c 100644
--- a/srcpkgs/python-wheel/template
+++ b/srcpkgs/python-wheel/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wheel'
 pkgname=python-wheel
 version=0.35.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="wheel-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-wheel_package() {
-	archs=noarch
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="wheel:wheel:usr/bin/wheel3"

From 6c9f142a618f47e03c8375f888edd8d42e7ee054 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 312/320] python-wikipedia: remove noarch.

---
 srcpkgs/python-wikipedia/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wikipedia/template b/srcpkgs/python-wikipedia/template
index f8a69755b74..e5cd2a9512c 100644
--- a/srcpkgs/python-wikipedia/template
+++ b/srcpkgs/python-wikipedia/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wikipedia'
 pkgname=python-wikipedia
 version=1.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="wikipedia-${version}"
 build_style=python-module
 pycompile_module="wikipedia"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-wikipedia_package() {
-	archs=noarch
 	pycompile_module="wikipedia"
 	depends="python3-BeautifulSoup4 python3-requests"
 	short_desc="${short_desc/Python2/Python3}"

From 3e5d226422c62a78ae7206af61a9a229a9f14d92 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 313/320] python-wsproto: remove noarch.

---
 srcpkgs/python-wsproto/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-wsproto/template b/srcpkgs/python-wsproto/template
index f8b131104e6..5e95b9c8900 100644
--- a/srcpkgs/python-wsproto/template
+++ b/srcpkgs/python-wsproto/template
@@ -1,8 +1,7 @@
 # Template file for 'python-wsproto'
 pkgname=python-wsproto
 version=0.15.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="wsproto-${version}"
 build_style=python-module
 pycompile_module="wsproto"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-wsproto_package() {
-	archs=noarch
 	pycompile_module="wsproto"
 	depends="python3 python3-h11"
 	short_desc="${short_desc/Python2/Python3}"

From 8fff33f77a0b90be558cd94722fea90413d2ebb4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 314/320] python-xdg: remove noarch.

---
 srcpkgs/python-xdg/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index 4e819c8bec7..ad6b2c1e4d2 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"
@@ -17,7 +16,6 @@ distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
 checksum=fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06
 
 python3-xdg_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="xdg"
 	short_desc="${short_desc/Python2/Python3}"

From ff65a77baa29edec8f1a056a0e45daafd5d3ef56 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 315/320] python-xlib: remove noarch.

---
 srcpkgs/python-xlib/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 8c409c7f8c4..68ffb98bdf0 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=1
-archs=noarch
+revision=2
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"
@@ -18,7 +17,6 @@ pre_build() {
 }
 
 python3-xlib_package() {
-	archs=noarch
 	depends="python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 3475a6732cb224562cf367598f65b31b63364d4e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:52 +1000
Subject: [PATCH 316/320] python-xmldiff: remove noarch.

---
 srcpkgs/python-xmldiff/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/python-xmldiff/template b/srcpkgs/python-xmldiff/template
index b8f25af9575..839abfaa2fb 100644
--- a/srcpkgs/python-xmldiff/template
+++ b/srcpkgs/python-xmldiff/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xmldiff'
 pkgname=python-xmldiff
 version=2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="xmldiff-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -19,14 +18,12 @@ alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
 replaces="xmldiff>=0"
 
 xmldiff_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"
 }
 
 python3-xmldiff_package() {
-	archs=noarch
 	depends="python3-lxml python3-six python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="xmldiff:xmldiff:/usr/bin/xmldiff3"

From 6e997bb3398ad27d3ba289afff812d02d3f6a59e Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 317/320] python-xmltodict: remove noarch.

---
 srcpkgs/python-xmltodict/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-xmltodict/template b/srcpkgs/python-xmltodict/template
index b3d7ef042e8..38f4a3acff6 100644
--- a/srcpkgs/python-xmltodict/template
+++ b/srcpkgs/python-xmltodict/template
@@ -1,8 +1,7 @@
 # Template file for 'python-xmltodict'
 pkgname=python-xmltodict
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="xmltodict-${version}"
 build_style=python-module
 pycompile_module="xmltodict.py"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-xmltodict_package() {
-	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pycompile_module="xmltodict.py"
 	depends="python3"

From 8883e37983068acde2decbdcc51edad9cb91fd7c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 318/320] python-yamllint: remove noarch.

---
 srcpkgs/python-yamllint/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-yamllint/template b/srcpkgs/python-yamllint/template
index d0b51ba637a..68da0ce1b94 100644
--- a/srcpkgs/python-yamllint/template
+++ b/srcpkgs/python-yamllint/template
@@ -1,8 +1,7 @@
 # Template file for 'python-yamllint'
 pkgname=python-yamllint
 version=1.15.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="yamllint-${version}"
 build_style=python-module
 pycompile_module="yamllint"
@@ -22,7 +21,6 @@ do_check() {
 }
 
 python3-yamllint_package() {
-	archs=noarch
 	depends="python3-pathspec python3-setuptools python3-yaml"
 	pycompile_module="yamllint"
 	short_desc="${short_desc/Python2/Python3}"

From 461f87caf97ad76a21cb495ddfaa2de45d566e3d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 319/320] python-zc.lockfile: remove noarch.

---
 srcpkgs/python-zc.lockfile/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-zc.lockfile/template b/srcpkgs/python-zc.lockfile/template
index 4a44b0c926e..11e7e9486cb 100644
--- a/srcpkgs/python-zc.lockfile/template
+++ b/srcpkgs/python-zc.lockfile/template
@@ -1,8 +1,7 @@
 # Template file for 'python-zc.lockfile'
 pkgname=python-zc.lockfile
 version=2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="zc/lockfile"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 python3-zc.lockfile_package() {
-	archs=noarch
 	pycompile_module="zc/lockfile"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"

From 0c76d374e23843fc22275e530f8369815e366de5 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 16:59:53 +1000
Subject: [PATCH 320/320] python-zipstream: remove noarch.

[ci skip]
---
 srcpkgs/python-zipstream/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-zipstream/template b/srcpkgs/python-zipstream/template
index 2c7390127ac..057150feab1 100644
--- a/srcpkgs/python-zipstream/template
+++ b/srcpkgs/python-zipstream/template
@@ -1,8 +1,7 @@
 # Template file for 'python-zipstream'
 pkgname=python-zipstream
 version=1.1.4
-revision=4
-archs=noarch
+revision=5
 wrksrc="python-zipstream-${version}"
 build_style=python-module
 pycompile_module="zipstream"
@@ -16,7 +15,6 @@ distfiles="https://github.com/allanlei/python-zipstream/archive/v${version}.tar.
 checksum=32a7a4bdb786914445589595273beffbbf9b6a0a3a3dc2cf19ea96114bd2abd7
 
 python3-zipstream_package() {
-	archs=noarch
 	depends="python3"
 	pycompile_module="zipstream"
 	short_desc="${short_desc/Python2/Python3}"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Python2 noarch rebuild
  2020-09-19 22:24 [PR PATCH] Python2 noarch rebuild fosslinux
  2020-09-19 22:25 ` [PR PATCH] [Updated] " fosslinux
  2020-09-19 22:37 ` fosslinux
@ 2020-09-25  0:25 ` sgn
  2020-09-25  0:25 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-09-25  0:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24986#issuecomment-698654048

Comment:
Merged https://github.com/void-linux/void-packages/commit/487ccef6caa70445f415bcf375bafdcb69617acd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: Python2 noarch rebuild
  2020-09-19 22:24 [PR PATCH] Python2 noarch rebuild fosslinux
                   ` (2 preceding siblings ...)
  2020-09-25  0:25 ` sgn
@ 2020-09-25  0:25 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-09-25  0:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

There's a closed pull request on the void-packages repository

Python2 noarch rebuild
https://github.com/void-linux/void-packages/pull/24986

Description:
320 python2 packages...

next up is python3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-25  0:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-19 22:24 [PR PATCH] Python2 noarch rebuild fosslinux
2020-09-19 22:25 ` [PR PATCH] [Updated] " fosslinux
2020-09-19 22:37 ` fosslinux
2020-09-25  0:25 ` sgn
2020-09-25  0:25 ` [PR PATCH] [Closed]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).